Html Css Color HEX #471428 Blackberry

📋 copy color: '#471428'

red 71 ◦ green 20 ◦ blue 40

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

Shades of Blackberry #471428

Tints of Blackberry #471428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.27%

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

R = 54.2%
G = 15.27%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#471428 (or 0x471428) is known color: Blackberry. HEX triplet: 47, 14 and 28. RGB value is (71,20,40). Sum of RGB (Red+Green+Blue) = 71+20+40=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #471428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471428 is #B8EBD7. Grayscale: #252525. Windows color (decimal): -12119000 or 2626631. OLE color: 2626631.

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

Color convert

RGB 71 20 40 -
CMYK 0 0.72 0.44 0.72
HSL 336.47º 0.56% 0.18% -
HSV(B) 336.47º 0.72% 0.28% -
XYZ 3.23 1.99 2.22 -
YUV 37.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 71 20 40 0 0.72 0.44 0.72 336.47 0.56 0.18
Hex 47 14 28 0 48 2C 48 150 38 12
Octal 107 24 50 0 110 54 110 520 70 22
Binary 1000111 10100 101000 0 1001000 101100 1001000 101010000 111000 10010

Color Harmonies of #471428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471428

Black with #471428

Text Example


Text Example

White with #471428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471428; }

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

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

background-color css

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

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

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

border-color css

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

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

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