Html Css Color HEX #47033C Blackberry

📋 copy color: '#47033C'

red 71 ◦ green 3 ◦ blue 60

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

Shades of Blackberry #47033C

Tints of Blackberry #47033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.78%

R = 52.99%
G = 2.24%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47033C (or 0x47033C) is known color: Blackberry. HEX triplet: 47, 03 and 3C. RGB value is (71,3,60). Sum of RGB (Red+Green+Blue) = 71+3+60=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #47033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47033C is #B8FCC3. Grayscale: #1D1D1D. Windows color (decimal): -12123332 or 3932999. OLE color: 3932999.

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

Color convert

RGB 71 3 60 -
CMYK 0 0.96 0.15 0.72
HSL 309.71º 0.92% 0.15% -
HSV(B) 309.71º 0.96% 0.28% -
XYZ 3.45 1.73 4.43 -
YUV 29.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 71 3 60 0 0.96 0.15 0.72 309.71 0.92 0.15
Hex 47 3 3C 0 60 F 48 136 5C F
Octal 107 3 74 0 140 17 110 466 134 17
Binary 1000111 11 111100 0 1100000 1111 1001000 100110110 1011100 1111

Color Harmonies of #47033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47033C

Black with #47033C

Text Example


Text Example

White with #47033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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