Html Css Color HEX #471430 Blackberry

📋 copy color: '#471430'

red 71 ◦ green 20 ◦ blue 48

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

Shades of Blackberry #471430

Tints of Blackberry #471430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 34.53%

R = 51.08%
G = 14.39%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#471430 (or 0x471430) is known color: Blackberry. HEX triplet: 47, 14 and 30. RGB value is (71,20,48). Sum of RGB (Red+Green+Blue) = 71+20+48=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 48 (19.14% from 255 or 34.53% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471430 is #B8EBCF. Grayscale: #262626. Windows color (decimal): -12118992 or 3150919. OLE color: 3150919.

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

Color convert

RGB 71 20 48 -
CMYK 0 0.72 0.32 0.72
HSL 327.06º 0.56% 0.18% -
HSV(B) 327.06º 0.72% 0.28% -
XYZ 3.38 2.05 3.01 -
YUV 38.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 71 20 48 0 0.72 0.32 0.72 327.06 0.56 0.18
Hex 47 14 30 0 48 20 48 147 38 12
Octal 107 24 60 0 110 40 110 507 70 22
Binary 1000111 10100 110000 0 1001000 100000 1001000 101000111 111000 10010

Color Harmonies of #471430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471430

Black with #471430

Text Example


Text Example

White with #471430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471430; }

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

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

background-color css

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

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

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

border-color css

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

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

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