Html Css Color HEX #371021 Blackberry

📋 copy color: '#371021'

red 55 ◦ green 16 ◦ blue 33

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

Shades of Blackberry #371021

Tints of Blackberry #371021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

 BLUE value IS 33 (13.28% from 255) = 31.73%

R = 52.88%
G = 15.38%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.4

 K value IS 0.78

RGB Variations

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

Color information

#371021 (or 0x371021) is known color: Blackberry. HEX triplet: 37, 10 and 21. RGB value is (55,16,33). Sum of RGB (Red+Green+Blue) = 55+16+33=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #371021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371021 is #C8EFDE. Grayscale: #1D1D1D. Windows color (decimal): -13168607 or 2166839. OLE color: 2166839.

HSL color Cylindrical-coordinate representation of color #371021: hue angle of 333.85º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371021 is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 16 33 -
CMYK 0 0.71 0.4 0.78
HSL 333.85º 0.55% 0.14% -
HSV(B) 333.85º 0.71% 0.22% -
XYZ 2.04 1.29 1.58 -
YUV 29.6 129.92 146.12 -
System Red Green Blue C M Y K H S L
Decimal 55 16 33 0 0.71 0.4 0.78 333.85 0.55 0.14
Hex 37 10 21 0 47 28 4E 14E 37 E
Octal 67 20 41 0 107 50 116 516 67 16
Binary 110111 10000 100001 0 1000111 101000 1001110 101001110 110111 1110

Color Harmonies of #371021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371021

Black with #371021

Text Example


Text Example

White with #371021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371021; }

 p { color: rgb(55,16,33); }

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

background-color css

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

 a { background-color: rgb(55,16,33); }

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

border-color css

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

 span { border-color: rgb(55,16,33); }

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