Html Css Color HEX #470124 Blackberry

📋 copy color: '#470124'

red 71 ◦ green 1 ◦ blue 36

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

Shades of Blackberry #470124

Tints of Blackberry #470124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 33.33%

R = 65.74%
G = 0.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470124 (or 0x470124) is known color: Blackberry. HEX triplet: 47, 01 and 24. RGB value is (71,1,36). Sum of RGB (Red+Green+Blue) = 71+1+36=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470124 is #B8FEDB. Grayscale: #191919. Windows color (decimal): -12123868 or 2359623. OLE color: 2359623.

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

Color convert

RGB 71 1 36 -
CMYK 0 0.99 0.49 0.72
HSL 330º 0.97% 0.14% -
HSV(B) 330º 0.99% 0.28% -
XYZ 2.93 1.49 1.8 -
YUV 25.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 71 1 36 0 0.99 0.49 0.72 330 0.97 0.14
Hex 47 1 24 0 63 31 48 14A 61 E
Octal 107 1 44 0 143 61 110 512 141 16
Binary 1000111 1 100100 0 1100011 110001 1001000 101001010 1100001 1110

Color Harmonies of #470124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470124

Black with #470124

Text Example


Text Example

White with #470124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470124; }

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

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

background-color css

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

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

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

border-color css

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

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

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