Html Css Color HEX #471028 Blackberry

📋 copy color: '#471028'

red 71 ◦ green 16 ◦ blue 40

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

Shades of Blackberry #471028

Tints of Blackberry #471028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

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

R = 55.91%
G = 12.6%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471028 (or 0x471028) is known color: Blackberry. HEX triplet: 47, 10 and 28. RGB value is (71,16,40). Sum of RGB (Red+Green+Blue) = 71+16+40=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471028 is #B8EFD7. Grayscale: #232323. Windows color (decimal): -12120024 or 2625607. OLE color: 2625607.

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

Color convert

RGB 71 16 40 -
CMYK 0 0.77 0.44 0.72
HSL 333.82º 0.63% 0.17% -
HSV(B) 333.82º 0.77% 0.28% -
XYZ 3.17 1.86 2.2 -
YUV 35.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 71 16 40 0 0.77 0.44 0.72 333.82 0.63 0.17
Hex 47 10 28 0 4D 2C 48 14E 3F 11
Octal 107 20 50 0 115 54 110 516 77 21
Binary 1000111 10000 101000 0 1001101 101100 1001000 101001110 111111 10001

Color Harmonies of #471028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471028

Black with #471028

Text Example


Text Example

White with #471028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471028; }

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

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

background-color css

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

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

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

border-color css

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

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

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