Html Css Color HEX #370A2E Blackberry

📋 copy color: '#370A2E'

red 55 ◦ green 10 ◦ blue 46

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

Shades of Blackberry #370A2E

Tints of Blackberry #370A2E

RGB

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

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

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

R = 49.55%
G = 9.01%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#370A2E (or 0x370A2E) is known color: Blackberry. HEX triplet: 37, 0A and 2E. RGB value is (55,10,46). Sum of RGB (Red+Green+Blue) = 55+10+46=111 (14% of max value = 765). Red value is 55 (21.88% from 255 or 49.55% from 111); Green value is 10 (4.30% from 255 or 9.01% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 55 - color contains mainly: red. Hex color #370A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A2E is #C8F5D1. Grayscale: #1B1B1B. Windows color (decimal): -13170130 or 3017271. OLE color: 3017271.

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

Color convert

RGB 55 10 46 -
CMYK 0 0.82 0.16 0.78
HSL 312º 0.69% 0.13% -
HSV(B) 312º 0.82% 0.22% -
XYZ 2.18 1.23 2.71 -
YUV 27.56 138.41 147.57 -
System Red Green Blue C M Y K H S L
Decimal 55 10 46 0 0.82 0.16 0.78 312 0.69 0.13
Hex 37 A 2E 0 52 10 4E 138 45 D
Octal 67 12 56 0 122 20 116 470 105 15
Binary 110111 1010 101110 0 1010010 10000 1001110 100111000 1000101 1101

Color Harmonies of #370A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A2E

Black with #370A2E

Text Example


Text Example

White with #370A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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