Html Css Color HEX #470924 Blackberry

📋 copy color: '#470924'

red 71 ◦ green 9 ◦ blue 36

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

Shades of Blackberry #470924

Tints of Blackberry #470924

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.76%

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

R = 61.21%
G = 7.76%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470924 (or 0x470924) is known color: Blackberry. HEX triplet: 47, 09 and 24. RGB value is (71,9,36). Sum of RGB (Red+Green+Blue) = 71+9+36=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #470924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470924 is #B8F6DB. Grayscale: #1E1E1E. Windows color (decimal): -12121820 or 2361671. OLE color: 2361671.

HSL color Cylindrical-coordinate representation of color #470924: hue angle of 333.87º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #470924 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 36 -
CMYK 0 0.87 0.49 0.72
HSL 333.87º 0.78% 0.16% -
HSV(B) 333.87º 0.87% 0.28% -
XYZ 3.01 1.66 1.83 -
YUV 30.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 71 9 36 0 0.87 0.49 0.72 333.87 0.78 0.16
Hex 47 9 24 0 57 31 48 14E 4E 10
Octal 107 11 44 0 127 61 110 516 116 20
Binary 1000111 1001 100100 0 1010111 110001 1001000 101001110 1001110 10000

Color Harmonies of #470924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470924

Black with #470924

Text Example


Text Example

White with #470924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470924; }

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

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

background-color css

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

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

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

border-color css

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

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

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