Html Css Color HEX #250417 Blackberry

📋 copy color: '#250417'

red 37 ◦ green 4 ◦ blue 23

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

Shades of Blackberry #250417

Tints of Blackberry #250417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 35.94%

R = 57.81%
G = 6.25%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250417 (or 0x250417) is known color: Blackberry. HEX triplet: 25, 04 and 17. RGB value is (37,4,23). Sum of RGB (Red+Green+Blue) = 37+4+23=64 (8% of max value = 765). Red value is 37 (14.84% from 255 or 57.81% from 64); Green value is 4 (1.95% from 255 or 6.25% from 64); Blue value is 23 (9.38% from 255 or 35.94% from 64); Max value from RGB is 37 - color contains mainly: red. Hex color #250417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250417 is #DAFBE8. Grayscale: #0F0F0F. Windows color (decimal): -14351337 or 1508389. OLE color: 1508389.

HSL color Cylindrical-coordinate representation of color #250417: hue angle of 325.45º 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 #250417 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 23 -
CMYK 0 0.89 0.38 0.85
HSL 325.45º 0.8% 0.08% -
HSV(B) 325.45º 0.89% 0.15% -
XYZ 0.96 0.54 0.86 -
YUV 16.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 37 4 23 0 0.89 0.38 0.85 325.45 0.8 0.08
Hex 25 4 17 0 59 26 55 145 50 8
Octal 45 4 27 0 131 46 125 505 120 10
Binary 100101 100 10111 0 1011001 100110 1010101 101000101 1010000 1000

Color Harmonies of #250417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250417

Black with #250417

Text Example


Text Example

White with #250417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250417; }

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

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

background-color css

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

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

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

border-color css

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

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

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