Html Css Color HEX #530D2E Blackberry

📋 copy color: '#530D2E'

red 83 ◦ green 13 ◦ blue 46

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

Shades of Blackberry #530D2E

Tints of Blackberry #530D2E

RGB

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

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

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

R = 58.45%
G = 9.15%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#530D2E (or 0x530D2E) is known color: Blackberry. HEX triplet: 53, 0D and 2E. RGB value is (83,13,46). Sum of RGB (Red+Green+Blue) = 83+13+46=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D2E is #ACF2D1. Grayscale: #252525. Windows color (decimal): -11334354 or 3018067. OLE color: 3018067.

HSL color Cylindrical-coordinate representation of color #530D2E: hue angle of 331.71º 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 #530D2E is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 46 -
CMYK 0 0.84 0.45 0.67
HSL 331.71º 0.73% 0.19% -
HSV(B) 331.71º 0.84% 0.33% -
XYZ 4.2 2.32 2.81 -
YUV 37.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 83 13 46 0 0.84 0.45 0.67 331.71 0.73 0.19
Hex 53 D 2E 0 54 2D 43 14C 49 13
Octal 123 15 56 0 124 55 103 514 111 23
Binary 1010011 1101 101110 0 1010100 101101 1000011 101001100 1001001 10011

Color Harmonies of #530D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D2E

Black with #530D2E

Text Example


Text Example

White with #530D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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