Html Css Color HEX #470239 Blackberry

📋 copy color: '#470239'

red 71 ◦ green 2 ◦ blue 57

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

Shades of Blackberry #470239

Tints of Blackberry #470239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 54.62%
G = 1.54%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.72

RGB Variations

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

Color information

#470239 (or 0x470239) is known color: Blackberry. HEX triplet: 47, 02 and 39. RGB value is (71,2,57). Sum of RGB (Red+Green+Blue) = 71+2+57=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #470239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470239 is #B8FDC6. Grayscale: #1C1C1C. Windows color (decimal): -12123591 or 3736135. OLE color: 3736135.

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

Color convert

RGB 71 2 57 -
CMYK 0 0.97 0.20 0.72
HSL 312.17º 0.95% 0.14% -
HSV(B) 312.17º 0.97% 0.28% -
XYZ 3.36 1.68 4.02 -
YUV 28.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 71 2 57 0 0.97 0.20 0.72 312.17 0.95 0.14
Hex 47 2 39 0 61 14 48 138 5F E
Octal 107 2 71 0 141 24 110 470 137 16
Binary 1000111 10 111001 0 1100001 10100 1001000 100111000 1011111 1110

Color Harmonies of #470239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470239

Black with #470239

Text Example


Text Example

White with #470239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470239; }

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

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

background-color css

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

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

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

border-color css

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

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

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