Html Css Color HEX #371226 Blackberry

📋 copy color: '#371226'

red 55 ◦ green 18 ◦ blue 38

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

Shades of Blackberry #371226

Tints of Blackberry #371226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.23%

R = 49.55%
G = 16.22%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#371226 (or 0x371226) is known color: Blackberry. HEX triplet: 37, 12 and 26. RGB value is (55,18,38). Sum of RGB (Red+Green+Blue) = 55+18+38=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #371226 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371226 is #C8EDD9. Grayscale: #1F1F1F. Windows color (decimal): -13168090 or 2495031. OLE color: 2495031.

HSL color Cylindrical-coordinate representation of color #371226: hue angle of 327.57º 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 #371226 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 38 -
CMYK 0 0.67 0.31 0.78
HSL 327.57º 0.51% 0.14% -
HSV(B) 327.57º 0.67% 0.22% -
XYZ 2.14 1.38 1.99 -
YUV 31.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 55 18 38 0 0.67 0.31 0.78 327.57 0.51 0.14
Hex 37 12 26 0 43 1F 4E 148 33 E
Octal 67 22 46 0 103 37 116 510 63 16
Binary 110111 10010 100110 0 1000011 11111 1001110 101001000 110011 1110

Color Harmonies of #371226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371226

Black with #371226

Text Example


Text Example

White with #371226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371226; }

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

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

background-color css

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

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

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

border-color css

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

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

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