Html Css Color HEX #370A1B Blackberry

📋 copy color: '#370A1B'

red 55 ◦ green 10 ◦ blue 27

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

Shades of Blackberry #370A1B

Tints of Blackberry #370A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 29.35%

R = 59.78%
G = 10.87%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#370A1B (or 0x370A1B) is known color: Blackberry. HEX triplet: 37, 0A and 1B. RGB value is (55,10,27). Sum of RGB (Red+Green+Blue) = 55+10+27=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A1B is #C8F5E4. Grayscale: #191919. Windows color (decimal): -13170149 or 1772087. OLE color: 1772087.

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

Color convert

RGB 55 10 27 -
CMYK 0 0.82 0.51 0.78
HSL 337.33º 0.69% 0.13% -
HSV(B) 337.33º 0.82% 0.22% -
XYZ 1.88 1.11 1.15 -
YUV 25.39 128.91 149.12 -
System Red Green Blue C M Y K H S L
Decimal 55 10 27 0 0.82 0.51 0.78 337.33 0.69 0.13
Hex 37 A 1B 0 52 33 4E 151 45 D
Octal 67 12 33 0 122 63 116 521 105 15
Binary 110111 1010 11011 0 1010010 110011 1001110 101010001 1000101 1101

Color Harmonies of #370A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A1B

Black with #370A1B

Text Example


Text Example

White with #370A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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