Html Css Color HEX #470223 Blackberry

📋 copy color: '#470223'

red 71 ◦ green 2 ◦ blue 35

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

Shades of Blackberry #470223

Tints of Blackberry #470223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

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

R = 65.74%
G = 1.85%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#470223 (or 0x470223) is known color: Blackberry. HEX triplet: 47, 02 and 23. RGB value is (71,2,35). Sum of RGB (Red+Green+Blue) = 71+2+35=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470223 is #B8FDDC. Grayscale: #1A1A1A. Windows color (decimal): -12123613 or 2294343. OLE color: 2294343.

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

Color convert

RGB 71 2 35 -
CMYK 0 0.97 0.51 0.72
HSL 331.3º 0.95% 0.14% -
HSV(B) 331.3º 0.97% 0.28% -
XYZ 2.92 1.5 1.73 -
YUV 26.39 132.86 159.82 -
System Red Green Blue C M Y K H S L
Decimal 71 2 35 0 0.97 0.51 0.72 331.3 0.95 0.14
Hex 47 2 23 0 61 33 48 14B 5F E
Octal 107 2 43 0 141 63 110 513 137 16
Binary 1000111 10 100011 0 1100001 110011 1001000 101001011 1011111 1110

Color Harmonies of #470223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470223

Black with #470223

Text Example


Text Example

White with #470223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470223; }

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

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

background-color css

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

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

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

border-color css

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

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

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