Html Css Color HEX #47073C Blackberry

📋 copy color: '#47073C'

red 71 ◦ green 7 ◦ blue 60

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

Shades of Blackberry #47073C

Tints of Blackberry #47073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.07%

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

R = 51.45%
G = 5.07%
B = 43.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47073C (or 0x47073C) is known color: Blackberry. HEX triplet: 47, 07 and 3C. RGB value is (71,7,60). Sum of RGB (Red+Green+Blue) = 71+7+60=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #47073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47073C is #B8F8C3. Grayscale: #202020. Windows color (decimal): -12122308 or 3934023. OLE color: 3934023.

HSL color Cylindrical-coordinate representation of color #47073C: hue angle of 310.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #47073C is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 7 60 -
CMYK 0 0.90 0.15 0.72
HSL 310.31º 0.82% 0.15% -
HSV(B) 310.31º 0.9% 0.28% -
XYZ 3.49 1.82 4.44 -
YUV 32.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 71 7 60 0 0.90 0.15 0.72 310.31 0.82 0.15
Hex 47 7 3C 0 5A F 48 136 52 F
Octal 107 7 74 0 132 17 110 466 122 17
Binary 1000111 111 111100 0 1011010 1111 1001000 100110110 1010010 1111

Color Harmonies of #47073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47073C

Black with #47073C

Text Example


Text Example

White with #47073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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