Html Css Color HEX #250116 Blackberry

📋 copy color: '#250116'

red 37 ◦ green 1 ◦ blue 22

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

Shades of Blackberry #250116

Tints of Blackberry #250116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

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

R = 61.67%
G = 1.67%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.85

RGB Variations

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

Color information

#250116 (or 0x250116) is known color: Blackberry. HEX triplet: 25, 01 and 16. RGB value is (37,1,22). Sum of RGB (Red+Green+Blue) = 37+1+22=60 (7% of max value = 765). Red value is 37 (14.84% from 255 or 61.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 37 - color contains mainly: red. Hex color #250116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #250116 is #DAFEE9. Grayscale: #0E0E0E. Windows color (decimal): -14352106 or 1442085. OLE color: 1442085.

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

Color convert

RGB 37 1 22 -
CMYK 0 0.97 0.41 0.85
HSL 325º 0.95% 0.07% -
HSV(B) 325º 0.97% 0.15% -
XYZ 0.92 0.47 0.8 -
YUV 14.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 37 1 22 0 0.97 0.41 0.85 325 0.95 0.07
Hex 25 1 16 0 61 29 55 145 5F 7
Octal 45 1 26 0 141 51 125 505 137 7
Binary 100101 1 10110 0 1100001 101001 1010101 101000101 1011111 111

Color Harmonies of #250116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250116

Black with #250116

Text Example


Text Example

White with #250116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250116; }

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

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

background-color css

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

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

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

border-color css

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

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

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