Html Css Color HEX #470823 Blackberry

📋 copy color: '#470823'

red 71 ◦ green 8 ◦ blue 35

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

Shades of Blackberry #470823

Tints of Blackberry #470823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.7%

R = 62.28%
G = 7.02%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#470823 (or 0x470823) is known color: Blackberry. HEX triplet: 47, 08 and 23. RGB value is (71,8,35). Sum of RGB (Red+Green+Blue) = 71+8+35=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #470823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470823 is #B8F7DC. Grayscale: #1D1D1D. Windows color (decimal): -12122077 or 2295879. OLE color: 2295879.

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

Color convert

RGB 71 8 35 -
CMYK 0 0.89 0.51 0.72
HSL 334.29º 0.8% 0.15% -
HSV(B) 334.29º 0.89% 0.28% -
XYZ 2.99 1.63 1.75 -
YUV 29.92 130.87 157.3 -
System Red Green Blue C M Y K H S L
Decimal 71 8 35 0 0.89 0.51 0.72 334.29 0.8 0.15
Hex 47 8 23 0 59 33 48 14E 50 F
Octal 107 10 43 0 131 63 110 516 120 17
Binary 1000111 1000 100011 0 1011001 110011 1001000 101001110 1010000 1111

Color Harmonies of #470823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470823

Black with #470823

Text Example


Text Example

White with #470823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470823; }

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

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

background-color css

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

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

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

border-color css

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

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

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