Html Css Color HEX #250216 Blackberry

📋 copy color: '#250216'

red 37 ◦ green 2 ◦ blue 22

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

Shades of Blackberry #250216

Tints of Blackberry #250216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.28%

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

R = 60.66%
G = 3.28%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250216 (or 0x250216) is known color: Blackberry. HEX triplet: 25, 02 and 16. RGB value is (37,2,22). Sum of RGB (Red+Green+Blue) = 37+2+22=61 (8% of max value = 765). Red value is 37 (14.84% from 255 or 60.66% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 37 - color contains mainly: red. Hex color #250216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250216 is #DAFDE9. Grayscale: #0E0E0E. Windows color (decimal): -14351850 or 1442341. OLE color: 1442341.

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

Color convert

RGB 37 2 22 -
CMYK 0 0.95 0.41 0.85
HSL 325.71º 0.9% 0.08% -
HSV(B) 325.71º 0.95% 0.15% -
XYZ 0.93 0.49 0.81 -
YUV 14.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 37 2 22 0 0.95 0.41 0.85 325.71 0.9 0.08
Hex 25 2 16 0 5F 29 55 146 5A 8
Octal 45 2 26 0 137 51 125 506 132 10
Binary 100101 10 10110 0 1011111 101001 1010101 101000110 1011010 1000

Color Harmonies of #250216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250216

Black with #250216

Text Example


Text Example

White with #250216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250216; }

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

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

background-color css

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

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

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

border-color css

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

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

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