Html Css Color HEX #371426 Blackberry

📋 copy color: '#371426'

red 55 ◦ green 20 ◦ blue 38

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

Shades of Blackberry #371426

Tints of Blackberry #371426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.7%

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

R = 48.67%
G = 17.7%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#371426 (or 0x371426) is known color: Blackberry. HEX triplet: 37, 14 and 26. RGB value is (55,20,38). Sum of RGB (Red+Green+Blue) = 55+20+38=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #371426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371426 is #C8EBD9. Grayscale: #202020. Windows color (decimal): -13167578 or 2495543. OLE color: 2495543.

HSL color Cylindrical-coordinate representation of color #371426: hue angle of 329.14º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371426 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 20 38 -
CMYK 0 0.64 0.31 0.78
HSL 329.14º 0.47% 0.15% -
HSV(B) 329.14º 0.64% 0.22% -
XYZ 2.18 1.45 2 -
YUV 32.52 131.1 144.04 -
System Red Green Blue C M Y K H S L
Decimal 55 20 38 0 0.64 0.31 0.78 329.14 0.47 0.15
Hex 37 14 26 0 40 1F 4E 149 2F F
Octal 67 24 46 0 100 37 116 511 57 17
Binary 110111 10100 100110 0 1000000 11111 1001110 101001001 101111 1111

Color Harmonies of #371426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371426

Black with #371426

Text Example


Text Example

White with #371426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371426; }

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

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

background-color css

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

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

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

border-color css

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

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

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