Html Css Color HEX #530327 Blackberry

📋 copy color: '#530327'

red 83 ◦ green 3 ◦ blue 39

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

Shades of Blackberry #530327

Tints of Blackberry #530327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 66.4%
G = 2.4%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530327 (or 0x530327) is known color: Blackberry. HEX triplet: 53, 03 and 27. RGB value is (83,3,39). Sum of RGB (Red+Green+Blue) = 83+3+39=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 3 (1.56% from 255 or 2.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #530327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530327 is #ACFCD8. Grayscale: #1E1E1E. Windows color (decimal): -11336921 or 2556755. OLE color: 2556755.

HSL color Cylindrical-coordinate representation of color #530327: hue angle of 333º 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 #530327 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 39 -
CMYK 0 0.96 0.53 0.67
HSL 333º 0.93% 0.17% -
HSV(B) 333º 0.96% 0.33% -
XYZ 3.97 2.05 2.11 -
YUV 31.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 83 3 39 0 0.96 0.53 0.67 333 0.93 0.17
Hex 53 3 27 0 60 35 43 14D 5D 11
Octal 123 3 47 0 140 65 103 515 135 21
Binary 1010011 11 100111 0 1100000 110101 1000011 101001101 1011101 10001

Color Harmonies of #530327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530327

Black with #530327

Text Example


Text Example

White with #530327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530327; }

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

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

background-color css

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

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

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

border-color css

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

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

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