Html Css Color HEX #371126 Blackberry

📋 copy color: '#371126'

red 55 ◦ green 17 ◦ blue 38

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

Shades of Blackberry #371126

Tints of Blackberry #371126

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.45%

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

R = 50%
G = 15.45%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.78

RGB Variations

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

Color information

#371126 (or 0x371126) is known color: Blackberry. HEX triplet: 37, 11 and 26. RGB value is (55,17,38). Sum of RGB (Red+Green+Blue) = 55+17+38=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371126 is #C8EED9. Grayscale: #1E1E1E. Windows color (decimal): -13168346 or 2494775. OLE color: 2494775.

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

Color convert

RGB 55 17 38 -
CMYK 0 0.69 0.31 0.78
HSL 326.84º 0.53% 0.14% -
HSV(B) 326.84º 0.69% 0.22% -
XYZ 2.13 1.35 1.98 -
YUV 30.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 55 17 38 0 0.69 0.31 0.78 326.84 0.53 0.14
Hex 37 11 26 0 45 1F 4E 147 35 E
Octal 67 21 46 0 105 37 116 507 65 16
Binary 110111 10001 100110 0 1000101 11111 1001110 101000111 110101 1110

Color Harmonies of #371126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371126

Black with #371126

Text Example


Text Example

White with #371126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371126; }

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

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

background-color css

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

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

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

border-color css

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

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

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