Html Css Color HEX #371E2D Blackberry

📋 copy color: '#371E2D'

red 55 ◦ green 30 ◦ blue 45

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

Shades of Blackberry #371E2D

Tints of Blackberry #371E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.62%

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#371E2D (or 0x371E2D) is known color: Blackberry. HEX triplet: 37, 1E and 2D. RGB value is (55,30,45). Sum of RGB (Red+Green+Blue) = 55+30+45=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 30 (12.11% from 255 or 23.08% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E2D is #C8E1D2. Grayscale: #272727. Windows color (decimal): -13165011 or 2956855. OLE color: 2956855.

HSL color Cylindrical-coordinate representation of color #371E2D: hue angle of 324º 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 #371E2D is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 30 45 -
CMYK 0 0.45 0.18 0.78
HSL 324º 0.29% 0.17% -
HSV(B) 324º 0.45% 0.22% -
XYZ 2.51 1.93 2.72 -
YUV 39.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 55 30 45 0 0.45 0.18 0.78 324 0.29 0.17
Hex 37 1E 2D 0 2D 12 4E 144 1D 11
Octal 67 36 55 0 55 22 116 504 35 21
Binary 110111 11110 101101 0 101101 10010 1001110 101000100 11101 10001

Color Harmonies of #371E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E2D

Black with #371E2D

Text Example


Text Example

White with #371E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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