Html Css Color HEX #470830 Blackberry

📋 copy color: '#470830'

red 71 ◦ green 8 ◦ blue 48

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

Shades of Blackberry #470830

Tints of Blackberry #470830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.3%

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

R = 55.91%
G = 6.3%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#470830 (or 0x470830) is known color: Blackberry. HEX triplet: 47, 08 and 30. RGB value is (71,8,48). Sum of RGB (Red+Green+Blue) = 71+8+48=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470830 is #B8F7CF. Grayscale: #1F1F1F. Windows color (decimal): -12122064 or 3147847. OLE color: 3147847.

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

Color convert

RGB 71 8 48 -
CMYK 0 0.89 0.32 0.72
HSL 321.9º 0.8% 0.15% -
HSV(B) 321.9º 0.89% 0.28% -
XYZ 3.22 1.73 2.96 -
YUV 31.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 71 8 48 0 0.89 0.32 0.72 321.9 0.8 0.15
Hex 47 8 30 0 59 20 48 142 50 F
Octal 107 10 60 0 131 40 110 502 120 17
Binary 1000111 1000 110000 0 1011001 100000 1001000 101000010 1010000 1111

Color Harmonies of #470830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470830

Black with #470830

Text Example


Text Example

White with #470830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470830; }

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

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

background-color css

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

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

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

border-color css

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

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

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