Html Css Color HEX #370C2E Blackberry

📋 copy color: '#370C2E'

red 55 ◦ green 12 ◦ blue 46

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

Shades of Blackberry #370C2E

Tints of Blackberry #370C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 40.71%

R = 48.67%
G = 10.62%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#370C2E (or 0x370C2E) is known color: Blackberry. HEX triplet: 37, 0C and 2E. RGB value is (55,12,46). Sum of RGB (Red+Green+Blue) = 55+12+46=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #370C2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C2E is #C8F3D1. Grayscale: #1C1C1C. Windows color (decimal): -13169618 or 3017783. OLE color: 3017783.

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

Color convert

RGB 55 12 46 -
CMYK 0 0.78 0.16 0.78
HSL 312.56º 0.64% 0.13% -
HSV(B) 312.56º 0.78% 0.22% -
XYZ 2.2 1.27 2.71 -
YUV 28.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 55 12 46 0 0.78 0.16 0.78 312.56 0.64 0.13
Hex 37 C 2E 0 4E 10 4E 139 40 D
Octal 67 14 56 0 116 20 116 471 100 15
Binary 110111 1100 101110 0 1001110 10000 1001110 100111001 1000000 1101

Color Harmonies of #370C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C2E

Black with #370C2E

Text Example


Text Example

White with #370C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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