Html Css Color HEX #371E2C Blackberry

📋 copy color: '#371E2C'

red 55 ◦ green 30 ◦ blue 44

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

Shades of Blackberry #371E2C

Tints of Blackberry #371E2C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

 BLUE value IS 44 (17.58% from 255) = 34.11%

R = 42.64%
G = 23.26%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#371E2C (or 0x371E2C) is known color: Blackberry. HEX triplet: 37, 1E and 2C. RGB value is (55,30,44). Sum of RGB (Red+Green+Blue) = 55+30+44=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2C is #C8E1D3. Grayscale: #272727. Windows color (decimal): -13165012 or 2891319. OLE color: 2891319.

HSL color Cylindrical-coordinate representation of color #371E2C: hue angle of 326.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #371E2C is Cyan = 0, Magento = 0.45, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 44 -
CMYK 0 0.45 0.2 0.78
HSL 326.4º 0.29% 0.17% -
HSV(B) 326.4º 0.45% 0.22% -
XYZ 2.49 1.92 2.62 -
YUV 39.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 55 30 44 0 0.45 0.2 0.78 326.4 0.29 0.17
Hex 37 1E 2C 0 2D 14 4E 146 1D 11
Octal 67 36 54 0 55 24 116 506 35 21
Binary 110111 11110 101100 0 101101 10100 1001110 101000110 11101 10001

Color Harmonies of #371E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E2C

Black with #371E2C

Text Example


Text Example

White with #371E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E2C; }

 p { color: rgb(55,30,44); }

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

background-color css

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

 a { background-color: rgb(55,30,44); }

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

border-color css

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

 span { border-color: rgb(55,30,44); }

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