Html Css Color HEX #520F2E Blackberry

📋 copy color: '#520F2E'

red 82 ◦ green 15 ◦ blue 46

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

Shades of Blackberry #520F2E

Tints of Blackberry #520F2E

RGB

 RED value IS 82 (32.42% from 255) = 57.34%

 GREEN value IS 15 (6.25% from 255) = 10.49%

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 57.34%
G = 10.49%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#520F2E (or 0x520F2E) is known color: Blackberry. HEX triplet: 52, 0F and 2E. RGB value is (82,15,46). Sum of RGB (Red+Green+Blue) = 82+15+46=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #520F2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F2E is #ADF0D1. Grayscale: #262626. Windows color (decimal): -11399378 or 3018578. OLE color: 3018578.

HSL color Cylindrical-coordinate representation of color #520F2E: hue angle of 332.24º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F2E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 46 -
CMYK 0 0.82 0.44 0.68
HSL 332.24º 0.69% 0.19% -
HSV(B) 332.24º 0.82% 0.32% -
XYZ 4.14 2.33 2.82 -
YUV 38.57 132.2 158.98 -
System Red Green Blue C M Y K H S L
Decimal 82 15 46 0 0.82 0.44 0.68 332.24 0.69 0.19
Hex 52 F 2E 0 52 2C 44 14C 45 13
Octal 122 17 56 0 122 54 104 514 105 23
Binary 1010010 1111 101110 0 1010010 101100 1000100 101001100 1000101 10011

Color Harmonies of #520F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F2E

Black with #520F2E

Text Example


Text Example

White with #520F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F2E; }

 p { color: rgb(82,15,46); }

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

background-color css

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

 a { background-color: rgb(82,15,46); }

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

border-color css

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

 span { border-color: rgb(82,15,46); }

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