Html Css Color HEX #470028 Blackberry

📋 copy color: '#470028'

red 71 ◦ green 0 ◦ blue 40

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

Shades of Blackberry #470028

Tints of Blackberry #470028

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 40 (16.02% from 255) = 36.04%

R = 63.96%
G = 0%
B = 36.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#470028 (or 0x470028) is known color: Blackberry. HEX triplet: 47, 00 and 28. RGB value is (71,0,40). Sum of RGB (Red+Green+Blue) = 71+0+40=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 40 (16.02% from 255 or 36.04% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #470028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470028 is #B8FFD7. Grayscale: #191919. Windows color (decimal): -12124120 or 2621511. OLE color: 2621511.

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

Color convert

RGB 71 0 40 -
CMYK 0 1 0.44 0.72
HSL 326.2º 1% 0.14% -
HSV(B) 326.2º 1% 0.28% -
XYZ 2.98 1.49 2.14 -
YUV 25.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 71 0 40 0 1 0.44 0.72 326.2 1 0.14
Hex 47 0 28 0 64 2C 48 146 64 E
Octal 107 0 50 0 144 54 110 506 144 16
Binary 1000111 0 101000 0 1100100 101100 1001000 101000110 1100100 1110

Color Harmonies of #470028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470028

Black with #470028

Text Example


Text Example

White with #470028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470028; }

 p { color: rgb(71,0,40); }

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

background-color css

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

 a { background-color: rgb(71,0,40); }

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

border-color css

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

 span { border-color: rgb(71,0,40); }

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