Html Css Color HEX #47021E Blackberry

📋 copy color: '#47021E'

red 71 ◦ green 2 ◦ blue 30

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

Shades of Blackberry #47021E

Tints of Blackberry #47021E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 29.13%

R = 68.93%
G = 1.94%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#47021E (or 0x47021E) is known color: Blackberry. HEX triplet: 47, 02 and 1E. RGB value is (71,2,30). Sum of RGB (Red+Green+Blue) = 71+2+30=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47021E is #B8FDE1. Grayscale: #191919. Windows color (decimal): -12123618 or 1966663. OLE color: 1966663.

HSL color Cylindrical-coordinate representation of color #47021E: hue angle of 335.65º 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 #47021E is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 2 30 -
CMYK 0 0.97 0.58 0.72
HSL 335.65º 0.95% 0.14% -
HSV(B) 335.65º 0.97% 0.28% -
XYZ 2.85 1.48 1.36 -
YUV 25.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 71 2 30 0 0.97 0.58 0.72 335.65 0.95 0.14
Hex 47 2 1E 0 61 3A 48 150 5F E
Octal 107 2 36 0 141 72 110 520 137 16
Binary 1000111 10 11110 0 1100001 111010 1001000 101010000 1011111 1110

Color Harmonies of #47021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47021E

Black with #47021E

Text Example


Text Example

White with #47021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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