Html Css Color HEX #47003B Blackberry

📋 copy color: '#47003B'

red 71 ◦ green 0 ◦ blue 59

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

Shades of Blackberry #47003B

Tints of Blackberry #47003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 45.38%

R = 54.62%
G = 0%
B = 45.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.72

RGB Variations

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

Color information

#47003B (or 0x47003B) is known color: Blackberry. HEX triplet: 47, 00 and 3B. RGB value is (71,0,59). Sum of RGB (Red+Green+Blue) = 71+0+59=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #47003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47003B is #B8FFC4. Grayscale: #1B1B1B. Windows color (decimal): -12124101 or 3866695. OLE color: 3866695.

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

Color convert

RGB 71 0 59 -
CMYK 0 1 0.17 0.72
HSL 310.14º 1% 0.14% -
HSV(B) 310.14º 1% 0.28% -
XYZ 3.39 1.66 4.28 -
YUV 27.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 71 0 59 0 1 0.17 0.72 310.14 1 0.14
Hex 47 0 3B 0 64 11 48 136 64 E
Octal 107 0 73 0 144 21 110 466 144 16
Binary 1000111 0 111011 0 1100100 10001 1001000 100110110 1100100 1110

Color Harmonies of #47003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47003B

Black with #47003B

Text Example


Text Example

White with #47003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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