Html Css Color HEX #47052B Blackberry

📋 copy color: '#47052B'

red 71 ◦ green 5 ◦ blue 43

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

Shades of Blackberry #47052B

Tints of Blackberry #47052B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 43 (17.19% from 255) = 36.13%

R = 59.66%
G = 4.2%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47052B (or 0x47052B) is known color: Blackberry. HEX triplet: 47, 05 and 2B. RGB value is (71,5,43). Sum of RGB (Red+Green+Blue) = 71+5+43=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47052B is #B8FAD4. Grayscale: #1C1C1C. Windows color (decimal): -12122837 or 2819399. OLE color: 2819399.

HSL color Cylindrical-coordinate representation of color #47052B: hue angle of 325.45º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47052B is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 5 43 -
CMYK 0 0.93 0.39 0.72
HSL 325.45º 0.87% 0.15% -
HSV(B) 325.45º 0.93% 0.28% -
XYZ 3.09 1.62 2.44 -
YUV 29.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 71 5 43 0 0.93 0.39 0.72 325.45 0.87 0.15
Hex 47 5 2B 0 5D 27 48 145 57 F
Octal 107 5 53 0 135 47 110 505 127 17
Binary 1000111 101 101011 0 1011101 100111 1001000 101000101 1010111 1111

Color Harmonies of #47052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47052B

Black with #47052B

Text Example


Text Example

White with #47052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47052B; }

 p { color: rgb(71,5,43); }

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

background-color css

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

 a { background-color: rgb(71,5,43); }

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

border-color css

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

 span { border-color: rgb(71,5,43); }

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