Html Css Color HEX #250917 Blackberry

📋 copy color: '#250917'

red 37 ◦ green 9 ◦ blue 23

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

Shades of Blackberry #250917

Tints of Blackberry #250917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.04%

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

R = 53.62%
G = 13.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250917 (or 0x250917) is known color: Blackberry. HEX triplet: 25, 09 and 17. RGB value is (37,9,23). Sum of RGB (Red+Green+Blue) = 37+9+23=69 (9% of max value = 765). Red value is 37 (14.84% from 255 or 53.62% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 37 - color contains mainly: red. Hex color #250917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250917 is #DAF6E8. Grayscale: #121212. Windows color (decimal): -14350057 or 1509669. OLE color: 1509669.

HSL color Cylindrical-coordinate representation of color #250917: hue angle of 330º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #250917 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 9 23 -
CMYK 0 0.76 0.38 0.85
HSL 330º 0.61% 0.09% -
HSV(B) 330º 0.76% 0.15% -
XYZ 1.02 0.65 0.88 -
YUV 18.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 37 9 23 0 0.76 0.38 0.85 330 0.61 0.09
Hex 25 9 17 0 4C 26 55 14A 3D 9
Octal 45 11 27 0 114 46 125 512 75 11
Binary 100101 1001 10111 0 1001100 100110 1010101 101001010 111101 1001

Color Harmonies of #250917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250917

Black with #250917

Text Example


Text Example

White with #250917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250917; }

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

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

background-color css

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

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

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

border-color css

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

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

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