Html Css Color HEX #250418 Blackberry

📋 copy color: '#250418'

red 37 ◦ green 4 ◦ blue 24

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

Shades of Blackberry #250418

Tints of Blackberry #250418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.15%

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

R = 56.92%
G = 6.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#250418 (or 0x250418) is known color: Blackberry. HEX triplet: 25, 04 and 18. RGB value is (37,4,24). Sum of RGB (Red+Green+Blue) = 37+4+24=65 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.92% from 65); Green value is 4 (1.95% from 255 or 6.15% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 37 - color contains mainly: red. Hex color #250418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250418 is #DAFBE7. Grayscale: #101010. Windows color (decimal): -14351336 or 1573925. OLE color: 1573925.

HSL color Cylindrical-coordinate representation of color #250418: hue angle of 323.64º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250418 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 24 -
CMYK 0 0.89 0.35 0.85
HSL 323.64º 0.8% 0.08% -
HSV(B) 323.64º 0.89% 0.15% -
XYZ 0.97 0.55 0.92 -
YUV 16.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 37 4 24 0 0.89 0.35 0.85 323.64 0.8 0.08
Hex 25 4 18 0 59 23 55 144 50 8
Octal 45 4 30 0 131 43 125 504 120 10
Binary 100101 100 11000 0 1011001 100011 1010101 101000100 1010000 1000

Color Harmonies of #250418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250418

Black with #250418

Text Example


Text Example

White with #250418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250418; }

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

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

background-color css

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

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

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

border-color css

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

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

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