Html Css Color HEX #530D2F Blackberry

📋 copy color: '#530D2F'

red 83 ◦ green 13 ◦ blue 47

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

Shades of Blackberry #530D2F

Tints of Blackberry #530D2F

RGB

 RED value IS 83 (32.81% from 255) = 58.04%

 GREEN value IS 13 (5.47% from 255) = 9.09%

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 58.04%
G = 9.09%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#530D2F (or 0x530D2F) is known color: Blackberry. HEX triplet: 53, 0D and 2F. RGB value is (83,13,47). Sum of RGB (Red+Green+Blue) = 83+13+47=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D2F is #ACF2D0. Grayscale: #252525. Windows color (decimal): -11334353 or 3083603. OLE color: 3083603.

HSL color Cylindrical-coordinate representation of color #530D2F: hue angle of 330.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D2F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 47 -
CMYK 0 0.84 0.43 0.67
HSL 330.86º 0.73% 0.19% -
HSV(B) 330.86º 0.84% 0.33% -
XYZ 4.22 2.33 2.92 -
YUV 37.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 83 13 47 0 0.84 0.43 0.67 330.86 0.73 0.19
Hex 53 D 2F 0 54 2B 43 14B 49 13
Octal 123 15 57 0 124 53 103 513 111 23
Binary 1010011 1101 101111 0 1010100 101011 1000011 101001011 1001001 10011

Color Harmonies of #530D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D2F

Black with #530D2F

Text Example


Text Example

White with #530D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D2F; }

 p { color: rgb(83,13,47); }

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

background-color css

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

 a { background-color: rgb(83,13,47); }

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

border-color css

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

 span { border-color: rgb(83,13,47); }

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