Html Css Color HEX #470024 Blackberry

📋 copy color: '#470024'

red 71 ◦ green 0 ◦ blue 36

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

Shades of Blackberry #470024

Tints of Blackberry #470024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.36%
G = 0%
B = 33.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#470024 (or 0x470024) is known color: Blackberry. HEX triplet: 47, 00 and 24. RGB value is (71,0,36). Sum of RGB (Red+Green+Blue) = 71+0+36=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 36 (14.45% from 255 or 33.64% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #470024 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470024 is #B8FFDB. Grayscale: #191919. Windows color (decimal): -12124124 or 2359367. OLE color: 2359367.

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

Color convert

RGB 71 0 36 -
CMYK 0 1 0.49 0.72
HSL 329.58º 1% 0.14% -
HSV(B) 329.58º 1% 0.28% -
XYZ 2.92 1.47 1.8 -
YUV 25.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 71 0 36 0 1 0.49 0.72 329.58 1 0.14
Hex 47 0 24 0 64 31 48 14A 64 E
Octal 107 0 44 0 144 61 110 512 144 16
Binary 1000111 0 100100 0 1100100 110001 1001000 101001010 1100100 1110

Color Harmonies of #470024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470024

Black with #470024

Text Example


Text Example

White with #470024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470024; }

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

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

background-color css

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

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

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

border-color css

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

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

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