Html Css Color HEX #37061A Blackberry

📋 copy color: '#37061A'

red 55 ◦ green 6 ◦ blue 26

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

Shades of Blackberry #37061A

Tints of Blackberry #37061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.9%

 BLUE value IS 26 (10.55% from 255) = 29.89%

R = 63.22%
G = 6.9%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37061A (or 0x37061A) is known color: Blackberry. HEX triplet: 37, 06 and 1A. RGB value is (55,6,26). Sum of RGB (Red+Green+Blue) = 55+6+26=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 26 (10.55% from 255 or 29.89% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37061A is #C8F9E5. Grayscale: #161616. Windows color (decimal): -13171174 or 1705527. OLE color: 1705527.

HSL color Cylindrical-coordinate representation of color #37061A: hue angle of 335.51º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #37061A is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 6 26 -
CMYK 0 0.89 0.53 0.78
HSL 335.51º 0.8% 0.12% -
HSV(B) 335.51º 0.89% 0.22% -
XYZ 1.83 1.02 1.08 -
YUV 22.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 55 6 26 0 0.89 0.53 0.78 335.51 0.8 0.12
Hex 37 6 1A 0 59 35 4E 150 50 C
Octal 67 6 32 0 131 65 116 520 120 14
Binary 110111 110 11010 0 1011001 110101 1001110 101010000 1010000 1100

Color Harmonies of #37061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37061A

Black with #37061A

Text Example


Text Example

White with #37061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37061A; }

 p { color: rgb(55,6,26); }

 H1.HeaderClassName
 {
   color: #37061A;
 }
 .AnyTagClassName
 {
   color: #37061A;
 }
</style>

background-color css

<style>
 a { background-color: #37061A; }

 a { background-color: rgb(55,6,26); }

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

border-color css

<style>
 span { border-color: #37061A; }

 span { border-color: rgb(55,6,26); }

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