Html Css Color HEX #250A1C Blackberry

📋 copy color: '#250A1C'

red 37 ◦ green 10 ◦ blue 28

#250A1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #250A1C

Tints of Blackberry #250A1C

RGB

 RED value IS 37 (14.84% from 255) = 49.33%

 GREEN value IS 10 (4.3% from 255) = 13.33%

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 49.33%
G = 13.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#250A1C (or 0x250A1C) is known color: Blackberry. HEX triplet: 25, 0A and 1C. RGB value is (37,10,28). Sum of RGB (Red+Green+Blue) = 37+10+28=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A1C is #DAF5E3. Grayscale: #141414. Windows color (decimal): -14349796 or 1837605. OLE color: 1837605.

HSL color Cylindrical-coordinate representation of color #250A1C: hue angle of 320º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A1C is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 28 -
CMYK 0 0.73 0.24 0.85
HSL 320º 0.57% 0.09% -
HSV(B) 320º 0.73% 0.15% -
XYZ 1.08 0.69 1.18 -
YUV 20.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 37 10 28 0 0.73 0.24 0.85 320 0.57 0.09
Hex 25 A 1C 0 49 18 55 140 39 9
Octal 45 12 34 0 111 30 125 500 71 11
Binary 100101 1010 11100 0 1001001 11000 1010101 101000000 111001 1001

Color Harmonies of #250A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A1C

Black with #250A1C

Text Example


Text Example

White with #250A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250A1C; }

 p { color: rgb(37,10,28); }

 H1.HeaderClassName
 {
   color: #250A1C;
 }
 .AnyTagClassName
 {
   color: #250A1C;
 }
</style>

background-color css

<style>
 a { background-color: #250A1C; }

 a { background-color: rgb(37,10,28); }

 div.DivClassName
 {
   background-color: #250A1C;
 }
 .BgClassName
 {
   background-color: #250A1C;
 }
</style>

border-color css

<style>
 span { border-color: #250A1C; }

 span { border-color: rgb(37,10,28); }

 td.TdClassName
 {
   border-color: #250A1C;
 }
 .TagClassName
 {
   border-color: #250A1C;
 }
</style>