Html Css Color HEX #370A1D Blackberry

📋 copy color: '#370A1D'

red 55 ◦ green 10 ◦ blue 29

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

Shades of Blackberry #370A1D

Tints of Blackberry #370A1D

RGB

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

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

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

R = 58.51%
G = 10.64%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#370A1D (or 0x370A1D) is known color: Blackberry. HEX triplet: 37, 0A and 1D. RGB value is (55,10,29). Sum of RGB (Red+Green+Blue) = 55+10+29=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 10 (4.30% from 255 or 10.64% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #370A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370A1D is #C8F5E2. Grayscale: #191919. Windows color (decimal): -13170147 or 1903159. OLE color: 1903159.

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

Color convert

RGB 55 10 29 -
CMYK 0 0.82 0.47 0.78
HSL 334.67º 0.69% 0.13% -
HSV(B) 334.67º 0.82% 0.22% -
XYZ 1.91 1.12 1.28 -
YUV 25.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 55 10 29 0 0.82 0.47 0.78 334.67 0.69 0.13
Hex 37 A 1D 0 52 2F 4E 14F 45 D
Octal 67 12 35 0 122 57 116 517 105 15
Binary 110111 1010 11101 0 1010010 101111 1001110 101001111 1000101 1101

Color Harmonies of #370A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A1D

Black with #370A1D

Text Example


Text Example

White with #370A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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