Html Css Color HEX #371526 Blackberry

📋 copy color: '#371526'

red 55 ◦ green 21 ◦ blue 38

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

Shades of Blackberry #371526

Tints of Blackberry #371526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.42%

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

R = 48.25%
G = 18.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#371526 (or 0x371526) is known color: Blackberry. HEX triplet: 37, 15 and 26. RGB value is (55,21,38). Sum of RGB (Red+Green+Blue) = 55+21+38=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371526 is #C8EAD9. Grayscale: #212121. Windows color (decimal): -13167322 or 2495799. OLE color: 2495799.

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

Color convert

RGB 55 21 38 -
CMYK 0 0.62 0.31 0.78
HSL 330º 0.45% 0.15% -
HSV(B) 330º 0.62% 0.22% -
XYZ 2.19 1.49 2.01 -
YUV 33.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 55 21 38 0 0.62 0.31 0.78 330 0.45 0.15
Hex 37 15 26 0 3E 1F 4E 14A 2D F
Octal 67 25 46 0 76 37 116 512 55 17
Binary 110111 10101 100110 0 111110 11111 1001110 101001010 101101 1111

Color Harmonies of #371526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371526

Black with #371526

Text Example


Text Example

White with #371526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371526; }

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

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

background-color css

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

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

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

border-color css

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

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

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