Html Css Color HEX #47032D Blackberry

📋 copy color: '#47032D'

red 71 ◦ green 3 ◦ blue 45

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

Shades of Blackberry #47032D

Tints of Blackberry #47032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.52%

 BLUE value IS 45 (17.97% from 255) = 37.82%

R = 59.66%
G = 2.52%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47032D (or 0x47032D) is known color: Blackberry. HEX triplet: 47, 03 and 2D. RGB value is (71,3,45). Sum of RGB (Red+Green+Blue) = 71+3+45=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47032D is #B8FCD2. Grayscale: #1C1C1C. Windows color (decimal): -12123347 or 2949959. OLE color: 2949959.

HSL color Cylindrical-coordinate representation of color #47032D: hue angle of 322.94º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #47032D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 45 -
CMYK 0 0.96 0.37 0.72
HSL 322.94º 0.92% 0.15% -
HSV(B) 322.94º 0.96% 0.28% -
XYZ 3.1 1.59 2.63 -
YUV 28.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 71 3 45 0 0.96 0.37 0.72 322.94 0.92 0.15
Hex 47 3 2D 0 60 25 48 143 5C F
Octal 107 3 55 0 140 45 110 503 134 17
Binary 1000111 11 101101 0 1100000 100101 1001000 101000011 1011100 1111

Color Harmonies of #47032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47032D

Black with #47032D

Text Example


Text Example

White with #47032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47032D; }

 p { color: rgb(71,3,45); }

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

background-color css

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

 a { background-color: rgb(71,3,45); }

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

border-color css

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

 span { border-color: rgb(71,3,45); }

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