Html Css Color HEX #470121 Blackberry

📋 copy color: '#470121'

red 71 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #470121

Tints of Blackberry #470121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.95%

 BLUE value IS 33 (13.28% from 255) = 31.43%

R = 67.62%
G = 0.95%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#470121 (or 0x470121) is known color: Blackberry. HEX triplet: 47, 01 and 21. RGB value is (71,1,33). Sum of RGB (Red+Green+Blue) = 71+1+33=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470121 is #B8FEDE. Grayscale: #191919. Windows color (decimal): -12123871 or 2163015. OLE color: 2163015.

HSL color Cylindrical-coordinate representation of color #470121: hue angle of 332.57º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470121 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 33 -
CMYK 0 0.99 0.54 0.72
HSL 332.57º 0.97% 0.14% -
HSV(B) 332.57º 0.99% 0.28% -
XYZ 2.88 1.47 1.57 -
YUV 25.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 71 1 33 0 0.99 0.54 0.72 332.57 0.97 0.14
Hex 47 1 21 0 63 36 48 14D 61 E
Octal 107 1 41 0 143 66 110 515 141 16
Binary 1000111 1 100001 0 1100011 110110 1001000 101001101 1100001 1110

Color Harmonies of #470121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470121

Black with #470121

Text Example


Text Example

White with #470121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470121; }

 p { color: rgb(71,1,33); }

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

background-color css

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

 a { background-color: rgb(71,1,33); }

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

border-color css

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

 span { border-color: rgb(71,1,33); }

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