Html Css Color HEX #250D18 Blackberry

📋 copy color: '#250D18'

red 37 ◦ green 13 ◦ blue 24

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

Shades of Blackberry #250D18

Tints of Blackberry #250D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.57%

 BLUE value IS 24 (9.77% from 255) = 32.43%

R = 50%
G = 17.57%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250D18 (or 0x250D18) is known color: Blackberry. HEX triplet: 25, 0D and 18. RGB value is (37,13,24). Sum of RGB (Red+Green+Blue) = 37+13+24=74 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 37 - color contains mainly: red. Hex color #250D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250D18 is #DAF2E7. Grayscale: #151515. Windows color (decimal): -14349032 or 1576229. OLE color: 1576229.

HSL color Cylindrical-coordinate representation of color #250D18: hue angle of 332.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #250D18 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 13 24 -
CMYK 0 0.65 0.35 0.85
HSL 332.5º 0.48% 0.1% -
HSV(B) 332.5º 0.65% 0.15% -
XYZ 1.07 0.75 0.95 -
YUV 21.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 37 13 24 0 0.65 0.35 0.85 332.5 0.48 0.1
Hex 25 D 18 0 41 23 55 14C 30 A
Octal 45 15 30 0 101 43 125 514 60 12
Binary 100101 1101 11000 0 1000001 100011 1010101 101001100 110000 1010

Color Harmonies of #250D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D18

Black with #250D18

Text Example


Text Example

White with #250D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,24); }

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

background-color css

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

 a { background-color: rgb(37,13,24); }

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

border-color css

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

 span { border-color: rgb(37,13,24); }

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