Html Css Color HEX #371328 Blackberry

📋 copy color: '#371328'

red 55 ◦ green 19 ◦ blue 40

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

Shades of Blackberry #371328

Tints of Blackberry #371328

RGB

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

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

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

R = 48.25%
G = 16.67%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#371328 (or 0x371328) is known color: Blackberry. HEX triplet: 37, 13 and 28. RGB value is (55,19,40). Sum of RGB (Red+Green+Blue) = 55+19+40=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #371328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371328 is #C8ECD7. Grayscale: #202020. Windows color (decimal): -13167832 or 2626359. OLE color: 2626359.

HSL color Cylindrical-coordinate representation of color #371328: hue angle of 325º 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 #371328 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 40 -
CMYK 0 0.65 0.27 0.78
HSL 325º 0.49% 0.15% -
HSV(B) 325º 0.65% 0.22% -
XYZ 2.19 1.43 2.17 -
YUV 32.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 55 19 40 0 0.65 0.27 0.78 325 0.49 0.15
Hex 37 13 28 0 41 1B 4E 145 31 F
Octal 67 23 50 0 101 33 116 505 61 17
Binary 110111 10011 101000 0 1000001 11011 1001110 101000101 110001 1111

Color Harmonies of #371328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371328

Black with #371328

Text Example


Text Example

White with #371328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371328; }

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

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

background-color css

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

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

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

border-color css

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

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

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