Html Css Color HEX #47003C Blackberry

📋 copy color: '#47003C'

red 71 ◦ green 0 ◦ blue 60

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

Shades of Blackberry #47003C

Tints of Blackberry #47003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.2%
G = 0%
B = 45.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#47003C (or 0x47003C) is known color: Blackberry. HEX triplet: 47, 00 and 3C. RGB value is (71,0,60). Sum of RGB (Red+Green+Blue) = 71+0+60=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #47003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003C is #B8FFC3. Grayscale: #1B1B1B. Windows color (decimal): -12124100 or 3932231. OLE color: 3932231.

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

Color convert

RGB 71 0 60 -
CMYK 0 1 0.15 0.72
HSL 309.3º 1% 0.14% -
HSV(B) 309.3º 1% 0.28% -
XYZ 3.41 1.67 4.42 -
YUV 28.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 71 0 60 0 1 0.15 0.72 309.3 1 0.14
Hex 47 0 3C 0 64 F 48 135 64 E
Octal 107 0 74 0 144 17 110 465 144 16
Binary 1000111 0 111100 0 1100100 1111 1001000 100110101 1100100 1110

Color Harmonies of #47003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47003C

Black with #47003C

Text Example


Text Example

White with #47003C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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