Html Css Color HEX #530323 Blackberry

📋 copy color: '#530323'

red 83 ◦ green 3 ◦ blue 35

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

Shades of Blackberry #530323

Tints of Blackberry #530323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.48%

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 68.6%
G = 2.48%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#530323 (or 0x530323) is known color: Blackberry. HEX triplet: 53, 03 and 23. RGB value is (83,3,35). Sum of RGB (Red+Green+Blue) = 83+3+35=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530323 is #ACFCDC. Grayscale: #1E1E1E. Windows color (decimal): -11336925 or 2294611. OLE color: 2294611.

HSL color Cylindrical-coordinate representation of color #530323: hue angle of 336º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530323 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 35 -
CMYK 0 0.96 0.58 0.67
HSL 336º 0.93% 0.17% -
HSV(B) 336º 0.96% 0.33% -
XYZ 3.9 2.03 1.78 -
YUV 30.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 83 3 35 0 0.96 0.58 0.67 336 0.93 0.17
Hex 53 3 23 0 60 3A 43 150 5D 11
Octal 123 3 43 0 140 72 103 520 135 21
Binary 1010011 11 100011 0 1100000 111010 1000011 101010000 1011101 10001

Color Harmonies of #530323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530323

Black with #530323

Text Example


Text Example

White with #530323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530323; }

 p { color: rgb(83,3,35); }

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

background-color css

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

 a { background-color: rgb(83,3,35); }

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

border-color css

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

 span { border-color: rgb(83,3,35); }

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