Html Css Color HEX #250B17 Blackberry

📋 copy color: '#250B17'

red 37 ◦ green 11 ◦ blue 23

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

Shades of Blackberry #250B17

Tints of Blackberry #250B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.49%

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

R = 52.11%
G = 15.49%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#250B17 (or 0x250B17) is known color: Blackberry. HEX triplet: 25, 0B and 17. RGB value is (37,11,23). Sum of RGB (Red+Green+Blue) = 37+11+23=71 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.11% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 37 - color contains mainly: red. Hex color #250B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250B17 is #DAF4E8. Grayscale: #141414. Windows color (decimal): -14349545 or 1510181. OLE color: 1510181.

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

Color convert

RGB 37 11 23 -
CMYK 0 0.70 0.38 0.85
HSL 332.31º 0.54% 0.09% -
HSV(B) 332.31º 0.7% 0.15% -
XYZ 1.04 0.69 0.89 -
YUV 20.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 37 11 23 0 0.70 0.38 0.85 332.31 0.54 0.09
Hex 25 B 17 0 46 26 55 14C 36 9
Octal 45 13 27 0 106 46 125 514 66 11
Binary 100101 1011 10111 0 1000110 100110 1010101 101001100 110110 1001

Color Harmonies of #250B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B17

Black with #250B17

Text Example


Text Example

White with #250B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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