Html Css Color HEX #471427 Blackberry

📋 copy color: '#471427'

red 71 ◦ green 20 ◦ blue 39

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

Shades of Blackberry #471427

Tints of Blackberry #471427

RGB

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

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

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

R = 54.62%
G = 15.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#471427 (or 0x471427) is known color: Blackberry. HEX triplet: 47, 14 and 27. RGB value is (71,20,39). Sum of RGB (Red+Green+Blue) = 71+20+39=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #471427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471427 is #B8EBD8. Grayscale: #252525. Windows color (decimal): -12119001 or 2561095. OLE color: 2561095.

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

Color convert

RGB 71 20 39 -
CMYK 0 0.72 0.45 0.72
HSL 337.65º 0.56% 0.18% -
HSV(B) 337.65º 0.72% 0.28% -
XYZ 3.21 1.99 2.13 -
YUV 37.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 71 20 39 0 0.72 0.45 0.72 337.65 0.56 0.18
Hex 47 14 27 0 48 2D 48 152 38 12
Octal 107 24 47 0 110 55 110 522 70 22
Binary 1000111 10100 100111 0 1001000 101101 1001000 101010010 111000 10010

Color Harmonies of #471427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471427

Black with #471427

Text Example


Text Example

White with #471427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471427; }

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

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

background-color css

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

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

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

border-color css

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

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

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