Html Css Color HEX #250716 Blackberry

📋 copy color: '#250716'

red 37 ◦ green 7 ◦ blue 22

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

Shades of Blackberry #250716

Tints of Blackberry #250716

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.61%

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

R = 56.06%
G = 10.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250716 (or 0x250716) is known color: Blackberry. HEX triplet: 25, 07 and 16. RGB value is (37,7,22). Sum of RGB (Red+Green+Blue) = 37+7+22=66 (8% of max value = 765). Red value is 37 (14.84% from 255 or 56.06% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 37 - color contains mainly: red. Hex color #250716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250716 is #DAF8E9. Grayscale: #111111. Windows color (decimal): -14350570 or 1443621. OLE color: 1443621.

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

Color convert

RGB 37 7 22 -
CMYK 0 0.81 0.41 0.85
HSL 330º 0.68% 0.09% -
HSV(B) 330º 0.81% 0.15% -
XYZ 0.98 0.6 0.82 -
YUV 17.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 37 7 22 0 0.81 0.41 0.85 330 0.68 0.09
Hex 25 7 16 0 51 29 55 14A 44 9
Octal 45 7 26 0 121 51 125 512 104 11
Binary 100101 111 10110 0 1010001 101001 1010101 101001010 1000100 1001

Color Harmonies of #250716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250716

Black with #250716

Text Example


Text Example

White with #250716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250716; }

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

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

background-color css

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

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

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

border-color css

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

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

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