Html Css Color HEX #530D33 Blackberry

📋 copy color: '#530D33'

red 83 ◦ green 13 ◦ blue 51

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

Shades of Blackberry #530D33

Tints of Blackberry #530D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 34.69%

R = 56.46%
G = 8.84%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#530D33 (or 0x530D33) is known color: Blackberry. HEX triplet: 53, 0D and 33. RGB value is (83,13,51). Sum of RGB (Red+Green+Blue) = 83+13+51=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D33 is #ACF2CC. Grayscale: #262626. Windows color (decimal): -11334349 or 3345747. OLE color: 3345747.

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

Color convert

RGB 83 13 51 -
CMYK 0 0.84 0.39 0.67
HSL 327.43º 0.73% 0.19% -
HSV(B) 327.43º 0.84% 0.33% -
XYZ 4.31 2.37 3.36 -
YUV 38.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 83 13 51 0 0.84 0.39 0.67 327.43 0.73 0.19
Hex 53 D 33 0 54 27 43 147 49 13
Octal 123 15 63 0 124 47 103 507 111 23
Binary 1010011 1101 110011 0 1010100 100111 1000011 101000111 1001001 10011

Color Harmonies of #530D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D33

Black with #530D33

Text Example


Text Example

White with #530D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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