Html Css Color HEX #250016 Blackberry

📋 copy color: '#250016'

red 37 ◦ green 0 ◦ blue 22

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

Shades of Blackberry #250016

Tints of Blackberry #250016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 37.29%

R = 62.71%
G = 0%
B = 37.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250016 (or 0x250016) is known color: Blackberry. HEX triplet: 25, 00 and 16. RGB value is (37,0,22). Sum of RGB (Red+Green+Blue) = 37+0+22=59 (7% of max value = 765). Red value is 37 (14.84% from 255 or 62.71% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 22 (8.98% from 255 or 37.29% from 59); Max value from RGB is 37 - color contains mainly: red. Hex color #250016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250016 is #DAFFE9. Grayscale: #0D0D0D. Windows color (decimal): -14352362 or 1441829. OLE color: 1441829.

HSL color Cylindrical-coordinate representation of color #250016: hue angle of 324.32º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #250016 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 0 22 -
CMYK 0 1 0.41 0.85
HSL 324.32º 1% 0.07% -
HSV(B) 324.32º 1% 0.15% -
XYZ 0.91 0.45 0.8 -
YUV 13.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 37 0 22 0 1 0.41 0.85 324.32 1 0.07
Hex 25 0 16 0 64 29 55 144 64 7
Octal 45 0 26 0 144 51 125 504 144 7
Binary 100101 0 10110 0 1100100 101001 1010101 101000100 1100100 111

Color Harmonies of #250016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250016

Black with #250016

Text Example


Text Example

White with #250016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250016; }

 p { color: rgb(37,0,22); }

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

background-color css

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

 a { background-color: rgb(37,0,22); }

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

border-color css

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

 span { border-color: rgb(37,0,22); }

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