Html Css Color HEX #530D30 Blackberry

📋 copy color: '#530D30'

red 83 ◦ green 13 ◦ blue 48

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

Shades of Blackberry #530D30

Tints of Blackberry #530D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 57.64%
G = 9.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#530D30 (or 0x530D30) is known color: Blackberry. HEX triplet: 53, 0D and 30. RGB value is (83,13,48). Sum of RGB (Red+Green+Blue) = 83+13+48=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #530D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D30 is #ACF2CF. Grayscale: #252525. Windows color (decimal): -11334352 or 3149139. OLE color: 3149139.

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

Color convert

RGB 83 13 48 -
CMYK 0 0.84 0.42 0.67
HSL 330º 0.73% 0.19% -
HSV(B) 330º 0.84% 0.33% -
XYZ 4.24 2.34 3.02 -
YUV 37.92 133.69 160.15 -
System Red Green Blue C M Y K H S L
Decimal 83 13 48 0 0.84 0.42 0.67 330 0.73 0.19
Hex 53 D 30 0 54 2A 43 14A 49 13
Octal 123 15 60 0 124 52 103 512 111 23
Binary 1010011 1101 110000 0 1010100 101010 1000011 101001010 1001001 10011

Color Harmonies of #530D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D30

Black with #530D30

Text Example


Text Example

White with #530D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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