Html Css Color HEX #470323 Blackberry

📋 copy color: '#470323'

red 71 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #470323

Tints of Blackberry #470323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

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

R = 65.14%
G = 2.75%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#470323 (or 0x470323) is known color: Blackberry. HEX triplet: 47, 03 and 23. RGB value is (71,3,35). Sum of RGB (Red+Green+Blue) = 71+3+35=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #470323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470323 is #B8FCDC. Grayscale: #1A1A1A. Windows color (decimal): -12123357 or 2294599. OLE color: 2294599.

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

Color convert

RGB 71 3 35 -
CMYK 0 0.96 0.51 0.72
HSL 331.76º 0.92% 0.15% -
HSV(B) 331.76º 0.96% 0.28% -
XYZ 2.93 1.53 1.73 -
YUV 26.98 132.53 159.4 -
System Red Green Blue C M Y K H S L
Decimal 71 3 35 0 0.96 0.51 0.72 331.76 0.92 0.15
Hex 47 3 23 0 60 33 48 14C 5C F
Octal 107 3 43 0 140 63 110 514 134 17
Binary 1000111 11 100011 0 1100000 110011 1001000 101001100 1011100 1111

Color Harmonies of #470323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470323

Black with #470323

Text Example


Text Example

White with #470323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470323; }

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

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

background-color css

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

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

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

border-color css

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

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

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