Html Css Color HEX #37132E Blackberry

📋 copy color: '#37132E'

red 55 ◦ green 19 ◦ blue 46

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

Shades of Blackberry #37132E

Tints of Blackberry #37132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 45.83%
G = 15.83%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#37132E (or 0x37132E) is known color: Blackberry. HEX triplet: 37, 13 and 2E. RGB value is (55,19,46). Sum of RGB (Red+Green+Blue) = 55+19+46=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 55 - color contains mainly: red. Hex color #37132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37132E is #C8ECD1. Grayscale: #202020. Windows color (decimal): -13167826 or 3019575. OLE color: 3019575.

HSL color Cylindrical-coordinate representation of color #37132E: hue angle of 315º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37132E is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 46 -
CMYK 0 0.65 0.16 0.78
HSL 315º 0.49% 0.15% -
HSV(B) 315º 0.65% 0.22% -
XYZ 2.3 1.48 2.75 -
YUV 32.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 55 19 46 0 0.65 0.16 0.78 315 0.49 0.15
Hex 37 13 2E 0 41 10 4E 13B 31 F
Octal 67 23 56 0 101 20 116 473 61 17
Binary 110111 10011 101110 0 1000001 10000 1001110 100111011 110001 1111

Color Harmonies of #37132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37132E

Black with #37132E

Text Example


Text Example

White with #37132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37132E; }

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

 H1.HeaderClassName
 {
   color: #37132E;
 }
 .AnyTagClassName
 {
   color: #37132E;
 }
</style>

background-color css

<style>
 a { background-color: #37132E; }

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

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

border-color css

<style>
 span { border-color: #37132E; }

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

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