Html Css Color HEX #471027 Blackberry

📋 copy color: '#471027'

red 71 ◦ green 16 ◦ blue 39

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

Shades of Blackberry #471027

Tints of Blackberry #471027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.95%

R = 56.35%
G = 12.7%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471027 (or 0x471027) is known color: Blackberry. HEX triplet: 47, 10 and 27. RGB value is (71,16,39). Sum of RGB (Red+Green+Blue) = 71+16+39=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471027 is #B8EFD8. Grayscale: #232323. Windows color (decimal): -12120025 or 2560071. OLE color: 2560071.

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

Color convert

RGB 71 16 39 -
CMYK 0 0.77 0.45 0.72
HSL 334.91º 0.63% 0.17% -
HSV(B) 334.91º 0.77% 0.28% -
XYZ 3.15 1.86 2.11 -
YUV 35.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 71 16 39 0 0.77 0.45 0.72 334.91 0.63 0.17
Hex 47 10 27 0 4D 2D 48 14F 3F 11
Octal 107 20 47 0 115 55 110 517 77 21
Binary 1000111 10000 100111 0 1001101 101101 1001000 101001111 111111 10001

Color Harmonies of #471027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471027

Black with #471027

Text Example


Text Example

White with #471027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471027; }

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

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

background-color css

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

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

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

border-color css

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

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

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