Html Css Color HEX #370C2A Blackberry

📋 copy color: '#370C2A'

red 55 ◦ green 12 ◦ blue 42

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

Shades of Blackberry #370C2A

Tints of Blackberry #370C2A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 50.46%
G = 11.01%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.78

RGB Variations

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

Color information

#370C2A (or 0x370C2A) is known color: Blackberry. HEX triplet: 37, 0C and 2A. RGB value is (55,12,42). Sum of RGB (Red+Green+Blue) = 55+12+42=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C2A is #C8F3D5. Grayscale: #1C1C1C. Windows color (decimal): -13169622 or 2755639. OLE color: 2755639.

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

Color convert

RGB 55 12 42 -
CMYK 0 0.78 0.24 0.78
HSL 318.14º 0.64% 0.13% -
HSV(B) 318.14º 0.78% 0.22% -
XYZ 2.12 1.24 2.32 -
YUV 28.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 55 12 42 0 0.78 0.24 0.78 318.14 0.64 0.13
Hex 37 C 2A 0 4E 18 4E 13E 40 D
Octal 67 14 52 0 116 30 116 476 100 15
Binary 110111 1100 101010 0 1001110 11000 1001110 100111110 1000000 1101

Color Harmonies of #370C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C2A

Black with #370C2A

Text Example


Text Example

White with #370C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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