Html Css Color HEX #370A2C Blackberry

📋 copy color: '#370A2C'

red 55 ◦ green 10 ◦ blue 44

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

Shades of Blackberry #370A2C

Tints of Blackberry #370A2C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.17%

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

R = 50.46%
G = 9.17%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.2

 K value IS 0.78

RGB Variations

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

Color information

#370A2C (or 0x370A2C) is known color: Blackberry. HEX triplet: 37, 0A and 2C. RGB value is (55,10,44). Sum of RGB (Red+Green+Blue) = 55+10+44=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A2C is #C8F5D3. Grayscale: #1B1B1B. Windows color (decimal): -13170132 or 2886199. OLE color: 2886199.

HSL color Cylindrical-coordinate representation of color #370A2C: hue angle of 314.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A2C is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 10 44 -
CMYK 0 0.82 0.2 0.78
HSL 314.67º 0.69% 0.13% -
HSV(B) 314.67º 0.82% 0.22% -
XYZ 2.14 1.21 2.5 -
YUV 27.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 55 10 44 0 0.82 0.2 0.78 314.67 0.69 0.13
Hex 37 A 2C 0 52 14 4E 13B 45 D
Octal 67 12 54 0 122 24 116 473 105 15
Binary 110111 1010 101100 0 1010010 10100 1001110 100111011 1000101 1101

Color Harmonies of #370A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A2C

Black with #370A2C

Text Example


Text Example

White with #370A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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