Html Css Color HEX #250416 Blackberry

📋 copy color: '#250416'

red 37 ◦ green 4 ◦ blue 22

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

Shades of Blackberry #250416

Tints of Blackberry #250416

RGB

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

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

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

R = 58.73%
G = 6.35%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250416 (or 0x250416) is known color: Blackberry. HEX triplet: 25, 04 and 16. RGB value is (37,4,22). Sum of RGB (Red+Green+Blue) = 37+4+22=63 (8% of max value = 765). Red value is 37 (14.84% from 255 or 58.73% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 37 - color contains mainly: red. Hex color #250416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250416 is #DAFBE9. Grayscale: #0F0F0F. Windows color (decimal): -14351338 or 1442853. OLE color: 1442853.

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

Color convert

RGB 37 4 22 -
CMYK 0 0.89 0.41 0.85
HSL 327.27º 0.8% 0.08% -
HSV(B) 327.27º 0.89% 0.15% -
XYZ 0.95 0.54 0.81 -
YUV 15.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 37 4 22 0 0.89 0.41 0.85 327.27 0.8 0.08
Hex 25 4 16 0 59 29 55 147 50 8
Octal 45 4 26 0 131 51 125 507 120 10
Binary 100101 100 10110 0 1011001 101001 1010101 101000111 1010000 1000

Color Harmonies of #250416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250416

Black with #250416

Text Example


Text Example

White with #250416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250416; }

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

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

background-color css

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

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

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

border-color css

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

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

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