Html Css Color HEX #470923 Blackberry

📋 copy color: '#470923'

red 71 ◦ green 9 ◦ blue 35

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

Shades of Blackberry #470923

Tints of Blackberry #470923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 61.74%
G = 7.83%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#470923 (or 0x470923) is known color: Blackberry. HEX triplet: 47, 09 and 23. RGB value is (71,9,35). Sum of RGB (Red+Green+Blue) = 71+9+35=115 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.74% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 71 - color contains mainly: red. Hex color #470923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470923 is #B8F6DC. Grayscale: #1E1E1E. Windows color (decimal): -12121821 or 2296135. OLE color: 2296135.

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

Color convert

RGB 71 9 35 -
CMYK 0 0.87 0.51 0.72
HSL 334.84º 0.78% 0.16% -
HSV(B) 334.84º 0.87% 0.28% -
XYZ 3 1.66 1.75 -
YUV 30.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 71 9 35 0 0.87 0.51 0.72 334.84 0.78 0.16
Hex 47 9 23 0 57 33 48 14F 4E 10
Octal 107 11 43 0 127 63 110 517 116 20
Binary 1000111 1001 100011 0 1010111 110011 1001000 101001111 1001110 10000

Color Harmonies of #470923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470923

Black with #470923

Text Example


Text Example

White with #470923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470923; }

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

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

background-color css

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

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

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

border-color css

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

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

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