Html Css Color HEX #47003A Blackberry

📋 copy color: '#47003A'

red 71 ◦ green 0 ◦ blue 58

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

Shades of Blackberry #47003A

Tints of Blackberry #47003A

RGB

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

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

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

R = 55.04%
G = 0%
B = 44.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.18

 K value IS 0.72

RGB Variations

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

Color information

#47003A (or 0x47003A) is known color: Blackberry. HEX triplet: 47, 00 and 3A. RGB value is (71,0,58). Sum of RGB (Red+Green+Blue) = 71+0+58=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #47003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003A is #B8FFC5. Grayscale: #1B1B1B. Windows color (decimal): -12124102 or 3801159. OLE color: 3801159.

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

Color convert

RGB 71 0 58 -
CMYK 0 1 0.18 0.72
HSL 310.99º 1% 0.14% -
HSV(B) 310.99º 1% 0.28% -
XYZ 3.36 1.65 4.14 -
YUV 27.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 71 0 58 0 1 0.18 0.72 310.99 1 0.14
Hex 47 0 3A 0 64 12 48 137 64 E
Octal 107 0 72 0 144 22 110 467 144 16
Binary 1000111 0 111010 0 1100100 10010 1001000 100110111 1100100 1110

Color Harmonies of #47003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47003A

Black with #47003A

Text Example


Text Example

White with #47003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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