Html Css Color HEX #47033A Blackberry

📋 copy color: '#47033A'

red 71 ◦ green 3 ◦ blue 58

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

Shades of Blackberry #47033A

Tints of Blackberry #47033A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 43.94%

R = 53.79%
G = 2.27%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47033A (or 0x47033A) is known color: Blackberry. HEX triplet: 47, 03 and 3A. RGB value is (71,3,58). Sum of RGB (Red+Green+Blue) = 71+3+58=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 58 (23.05% from 255 or 43.94% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #47033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033A is #B8FCC5. Grayscale: #1D1D1D. Windows color (decimal): -12123334 or 3801927. OLE color: 3801927.

HSL color Cylindrical-coordinate representation of color #47033A: hue angle of 311.47º 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 #47033A is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 3 58 -
CMYK 0 0.96 0.18 0.72
HSL 311.47º 0.92% 0.15% -
HSV(B) 311.47º 0.96% 0.28% -
XYZ 3.39 1.71 4.15 -
YUV 29.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 71 3 58 0 0.96 0.18 0.72 311.47 0.92 0.15
Hex 47 3 3A 0 60 12 48 137 5C F
Octal 107 3 72 0 140 22 110 467 134 17
Binary 1000111 11 111010 0 1100000 10010 1001000 100110111 1011100 1111

Color Harmonies of #47033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47033A

Black with #47033A

Text Example


Text Example

White with #47033A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47033A; }

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

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

background-color css

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

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

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

border-color css

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

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

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