Html Css Color HEX #370C1D Blackberry

📋 copy color: '#370C1D'

red 55 ◦ green 12 ◦ blue 29

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

Shades of Blackberry #370C1D

Tints of Blackberry #370C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 30.21%

R = 57.29%
G = 12.5%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#370C1D (or 0x370C1D) is known color: Blackberry. HEX triplet: 37, 0C and 1D. RGB value is (55,12,29). Sum of RGB (Red+Green+Blue) = 55+12+29=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370C1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C1D is #C8F3E2. Grayscale: #1A1A1A. Windows color (decimal): -13169635 or 1903671. OLE color: 1903671.

HSL color Cylindrical-coordinate representation of color #370C1D: hue angle of 336.28º 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 #370C1D is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 12 29 -
CMYK 0 0.78 0.47 0.78
HSL 336.28º 0.64% 0.13% -
HSV(B) 336.28º 0.78% 0.22% -
XYZ 1.93 1.16 1.29 -
YUV 26.8 129.25 148.12 -
System Red Green Blue C M Y K H S L
Decimal 55 12 29 0 0.78 0.47 0.78 336.28 0.64 0.13
Hex 37 C 1D 0 4E 2F 4E 150 40 D
Octal 67 14 35 0 116 57 116 520 100 15
Binary 110111 1100 11101 0 1001110 101111 1001110 101010000 1000000 1101

Color Harmonies of #370C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C1D

Black with #370C1D

Text Example


Text Example

White with #370C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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