Html Css Color HEX #470838 Blackberry

📋 copy color: '#470838'

red 71 ◦ green 8 ◦ blue 56

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

Shades of Blackberry #470838

Tints of Blackberry #470838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.93%

 BLUE value IS 56 (22.27% from 255) = 41.48%

R = 52.59%
G = 5.93%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#470838 (or 0x470838) is known color: Blackberry. HEX triplet: 47, 08 and 38. RGB value is (71,8,56). Sum of RGB (Red+Green+Blue) = 71+8+56=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #470838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470838 is #B8F7C7. Grayscale: #202020. Windows color (decimal): -12122056 or 3672135. OLE color: 3672135.

HSL color Cylindrical-coordinate representation of color #470838: hue angle of 314.29º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470838 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 8 56 -
CMYK 0 0.89 0.21 0.72
HSL 314.29º 0.8% 0.15% -
HSV(B) 314.29º 0.89% 0.28% -
XYZ 3.4 1.8 3.91 -
YUV 32.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 71 8 56 0 0.89 0.21 0.72 314.29 0.8 0.15
Hex 47 8 38 0 59 15 48 13A 50 F
Octal 107 10 70 0 131 25 110 472 120 17
Binary 1000111 1000 111000 0 1011001 10101 1001000 100111010 1010000 1111

Color Harmonies of #470838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470838

Black with #470838

Text Example


Text Example

White with #470838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470838; }

 p { color: rgb(71,8,56); }

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

background-color css

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

 a { background-color: rgb(71,8,56); }

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

border-color css

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

 span { border-color: rgb(71,8,56); }

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