Html Css Color HEX #371323 Blackberry

📋 copy color: '#371323'

red 55 ◦ green 19 ◦ blue 35

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

Shades of Blackberry #371323

Tints of Blackberry #371323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 32.11%

R = 50.46%
G = 17.43%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.78

RGB Variations

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

Color information

#371323 (or 0x371323) is known color: Blackberry. HEX triplet: 37, 13 and 23. RGB value is (55,19,35). Sum of RGB (Red+Green+Blue) = 55+19+35=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #371323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371323 is #C8ECDC. Grayscale: #1F1F1F. Windows color (decimal): -13167837 or 2298679. OLE color: 2298679.

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

Color convert

RGB 55 19 35 -
CMYK 0 0.65 0.36 0.78
HSL 333.33º 0.49% 0.15% -
HSV(B) 333.33º 0.65% 0.22% -
XYZ 2.11 1.4 1.75 -
YUV 31.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 55 19 35 0 0.65 0.36 0.78 333.33 0.49 0.15
Hex 37 13 23 0 41 24 4E 14D 31 F
Octal 67 23 43 0 101 44 116 515 61 17
Binary 110111 10011 100011 0 1000001 100100 1001110 101001101 110001 1111

Color Harmonies of #371323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371323

Black with #371323

Text Example


Text Example

White with #371323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371323; }

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

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

background-color css

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

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

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

border-color css

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

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

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