Html Css Color HEX #370E2A Blackberry

📋 copy color: '#370E2A'

red 55 ◦ green 14 ◦ blue 42

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

Shades of Blackberry #370E2A

Tints of Blackberry #370E2A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.61%

 BLUE value IS 42 (16.8% from 255) = 37.84%

R = 49.55%
G = 12.61%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#370E2A (or 0x370E2A) is known color: Blackberry. HEX triplet: 37, 0E and 2A. RGB value is (55,14,42). Sum of RGB (Red+Green+Blue) = 55+14+42=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #370E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370E2A is #C8F1D5. Grayscale: #1D1D1D. Windows color (decimal): -13169110 or 2756151. OLE color: 2756151.

HSL color Cylindrical-coordinate representation of color #370E2A: hue angle of 319.02º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370E2A is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 14 42 -
CMYK 0 0.75 0.24 0.78
HSL 319.02º 0.59% 0.14% -
HSV(B) 319.02º 0.75% 0.22% -
XYZ 2.15 1.29 2.33 -
YUV 29.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 55 14 42 0 0.75 0.24 0.78 319.02 0.59 0.14
Hex 37 E 2A 0 4B 18 4E 13F 3B E
Octal 67 16 52 0 113 30 116 477 73 16
Binary 110111 1110 101010 0 1001011 11000 1001110 100111111 111011 1110

Color Harmonies of #370E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E2A

Black with #370E2A

Text Example


Text Example

White with #370E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370E2A; }

 p { color: rgb(55,14,42); }

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

background-color css

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

 a { background-color: rgb(55,14,42); }

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

border-color css

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

 span { border-color: rgb(55,14,42); }

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