Html Css Color HEX #530326 Blackberry

📋 copy color: '#530326'

red 83 ◦ green 3 ◦ blue 38

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

Shades of Blackberry #530326

Tints of Blackberry #530326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.65%

R = 66.94%
G = 2.42%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#530326 (or 0x530326) is known color: Blackberry. HEX triplet: 53, 03 and 26. RGB value is (83,3,38). Sum of RGB (Red+Green+Blue) = 83+3+38=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #530326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530326 is #ACFCD9. Grayscale: #1E1E1E. Windows color (decimal): -11336922 or 2491219. OLE color: 2491219.

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

Color convert

RGB 83 3 38 -
CMYK 0 0.96 0.54 0.67
HSL 333.75º 0.93% 0.17% -
HSV(B) 333.75º 0.96% 0.33% -
XYZ 3.95 2.04 2.02 -
YUV 30.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 83 3 38 0 0.96 0.54 0.67 333.75 0.93 0.17
Hex 53 3 26 0 60 36 43 14E 5D 11
Octal 123 3 46 0 140 66 103 516 135 21
Binary 1010011 11 100110 0 1100000 110110 1000011 101001110 1011101 10001

Color Harmonies of #530326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530326

Black with #530326

Text Example


Text Example

White with #530326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530326; }

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

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

background-color css

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

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

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

border-color css

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

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

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