Html Css Color HEX #470030 Blackberry

📋 copy color: '#470030'

red 71 ◦ green 0 ◦ blue 48

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

Shades of Blackberry #470030

Tints of Blackberry #470030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40.34%

R = 59.66%
G = 0%
B = 40.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#470030 (or 0x470030) is known color: Blackberry. HEX triplet: 47, 00 and 30. RGB value is (71,0,48). Sum of RGB (Red+Green+Blue) = 71+0+48=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #470030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470030 is #B8FFCF. Grayscale: #1A1A1A. Windows color (decimal): -12124112 or 3145799. OLE color: 3145799.

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

Color convert

RGB 71 0 48 -
CMYK 0 1 0.32 0.72
HSL 319.44º 1% 0.14% -
HSV(B) 319.44º 1% 0.28% -
XYZ 3.13 1.55 2.93 -
YUV 26.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 71 0 48 0 1 0.32 0.72 319.44 1 0.14
Hex 47 0 30 0 64 20 48 13F 64 E
Octal 107 0 60 0 144 40 110 477 144 16
Binary 1000111 0 110000 0 1100100 100000 1001000 100111111 1100100 1110

Color Harmonies of #470030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470030

Black with #470030

Text Example


Text Example

White with #470030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470030; }

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

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

background-color css

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

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

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

border-color css

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

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

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