Html Css Color HEX #371225 Blackberry

📋 copy color: '#371225'

red 55 ◦ green 18 ◦ blue 37

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

Shades of Blackberry #371225

Tints of Blackberry #371225

RGB

 RED value IS 55 (21.88% from 255) = 50%

 GREEN value IS 18 (7.42% from 255) = 16.36%

 BLUE value IS 37 (14.84% from 255) = 33.64%

R = 50%
G = 16.36%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.78

RGB Variations

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

Color information

#371225 (or 0x371225) is known color: Blackberry. HEX triplet: 37, 12 and 25. RGB value is (55,18,37). Sum of RGB (Red+Green+Blue) = 55+18+37=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371225 is #C8EDDA. Grayscale: #1F1F1F. Windows color (decimal): -13168091 or 2429495. OLE color: 2429495.

HSL color Cylindrical-coordinate representation of color #371225: hue angle of 329.19º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371225 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 37 -
CMYK 0 0.67 0.33 0.78
HSL 329.19º 0.51% 0.14% -
HSV(B) 329.19º 0.67% 0.22% -
XYZ 2.13 1.38 1.9 -
YUV 31.23 131.26 144.96 -
System Red Green Blue C M Y K H S L
Decimal 55 18 37 0 0.67 0.33 0.78 329.19 0.51 0.14
Hex 37 12 25 0 43 21 4E 149 33 E
Octal 67 22 45 0 103 41 116 511 63 16
Binary 110111 10010 100101 0 1000011 100001 1001110 101001001 110011 1110

Color Harmonies of #371225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371225

Black with #371225

Text Example


Text Example

White with #371225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371225; }

 p { color: rgb(55,18,37); }

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

background-color css

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

 a { background-color: rgb(55,18,37); }

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

border-color css

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

 span { border-color: rgb(55,18,37); }

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