Html Css Color HEX #47021C Blackberry

📋 copy color: '#47021C'

red 71 ◦ green 2 ◦ blue 28

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

Shades of Blackberry #47021C

Tints of Blackberry #47021C

RGB

 RED value IS 71 (28.13% from 255) = 70.3%

 GREEN value IS 2 (1.17% from 255) = 1.98%

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 70.3%
G = 1.98%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#47021C (or 0x47021C) is known color: Blackberry. HEX triplet: 47, 02 and 1C. RGB value is (71,2,28). Sum of RGB (Red+Green+Blue) = 71+2+28=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #47021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47021C is #B8FDE3. Grayscale: #191919. Windows color (decimal): -12123620 or 1835591. OLE color: 1835591.

HSL color Cylindrical-coordinate representation of color #47021C: hue angle of 337.39º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47021C is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 28 -
CMYK 0 0.97 0.61 0.72
HSL 337.39º 0.95% 0.14% -
HSV(B) 337.39º 0.97% 0.28% -
XYZ 2.83 1.47 1.23 -
YUV 25.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 71 2 28 0 0.97 0.61 0.72 337.39 0.95 0.14
Hex 47 2 1C 0 61 3D 48 151 5F E
Octal 107 2 34 0 141 75 110 521 137 16
Binary 1000111 10 11100 0 1100001 111101 1001000 101010001 1011111 1110

Color Harmonies of #47021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47021C

Black with #47021C

Text Example


Text Example

White with #47021C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47021C; }

 p { color: rgb(71,2,28); }

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

background-color css

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

 a { background-color: rgb(71,2,28); }

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

border-color css

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

 span { border-color: rgb(71,2,28); }

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