Html Css Color HEX #370128 Blackberry

📋 copy color: '#370128'

red 55 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #370128

Tints of Blackberry #370128

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.04%

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 57.29%
G = 1.04%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#370128 (or 0x370128) is known color: Blackberry. HEX triplet: 37, 01 and 28. RGB value is (55,1,40). Sum of RGB (Red+Green+Blue) = 55+1+40=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 1 (0.78% from 255 or 1.04% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #370128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370128 is #C8FED7. Grayscale: #151515. Windows color (decimal): -13172440 or 2621751. OLE color: 2621751.

HSL color Cylindrical-coordinate representation of color #370128: hue angle of 316.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370128 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 40 -
CMYK 0 0.98 0.27 0.78
HSL 316.67º 0.96% 0.11% -
HSV(B) 316.67º 0.98% 0.22% -
XYZ 1.97 0.99 2.09 -
YUV 21.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 55 1 40 0 0.98 0.27 0.78 316.67 0.96 0.11
Hex 37 1 28 0 62 1B 4E 13D 60 B
Octal 67 1 50 0 142 33 116 475 140 13
Binary 110111 1 101000 0 1100010 11011 1001110 100111101 1100000 1011

Color Harmonies of #370128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370128

Black with #370128

Text Example


Text Example

White with #370128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370128; }

 p { color: rgb(55,1,40); }

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

background-color css

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

 a { background-color: rgb(55,1,40); }

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

border-color css

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

 span { border-color: rgb(55,1,40); }

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