Html Css Color HEX #471024 Blackberry

📋 copy color: '#471024'

red 71 ◦ green 16 ◦ blue 36

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

Shades of Blackberry #471024

Tints of Blackberry #471024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 57.72%
G = 13.01%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#471024 (or 0x471024) is known color: Blackberry. HEX triplet: 47, 10 and 24. RGB value is (71,16,36). Sum of RGB (Red+Green+Blue) = 71+16+36=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471024 is #B8EFDB. Grayscale: #222222. Windows color (decimal): -12120028 or 2363463. OLE color: 2363463.

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

Color convert

RGB 71 16 36 -
CMYK 0 0.77 0.49 0.72
HSL 338.18º 0.63% 0.17% -
HSV(B) 338.18º 0.77% 0.28% -
XYZ 3.1 1.84 1.86 -
YUV 34.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 71 16 36 0 0.77 0.49 0.72 338.18 0.63 0.17
Hex 47 10 24 0 4D 31 48 152 3F 11
Octal 107 20 44 0 115 61 110 522 77 21
Binary 1000111 10000 100100 0 1001101 110001 1001000 101010010 111111 10001

Color Harmonies of #471024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471024

Black with #471024

Text Example


Text Example

White with #471024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471024; }

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

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

background-color css

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

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

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

border-color css

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

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

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