Html Css Color HEX #371D2B Blackberry

📋 copy color: '#371D2B'

red 55 ◦ green 29 ◦ blue 43

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

Shades of Blackberry #371D2B

Tints of Blackberry #371D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.83%

 BLUE value IS 43 (17.19% from 255) = 33.86%

R = 43.31%
G = 22.83%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#371D2B (or 0x371D2B) is known color: Blackberry. HEX triplet: 37, 1D and 2B. RGB value is (55,29,43). Sum of RGB (Red+Green+Blue) = 55+29+43=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 55 - color contains mainly: red. Hex color #371D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D2B is #C8E2D4. Grayscale: #262626. Windows color (decimal): -13165269 or 2825527. OLE color: 2825527.

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

Color convert

RGB 55 29 43 -
CMYK 0 0.47 0.22 0.78
HSL 327.69º 0.31% 0.16% -
HSV(B) 327.69º 0.47% 0.22% -
XYZ 2.45 1.87 2.52 -
YUV 38.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 55 29 43 0 0.47 0.22 0.78 327.69 0.31 0.16
Hex 37 1D 2B 0 2F 16 4E 148 1F 10
Octal 67 35 53 0 57 26 116 510 37 20
Binary 110111 11101 101011 0 101111 10110 1001110 101001000 11111 10000

Color Harmonies of #371D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D2B

Black with #371D2B

Text Example


Text Example

White with #371D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,29,43); }

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

background-color css

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

 a { background-color: rgb(55,29,43); }

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

border-color css

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

 span { border-color: rgb(55,29,43); }

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