Html Css Color HEX #530223 Blackberry

📋 copy color: '#530223'

red 83 ◦ green 2 ◦ blue 35

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

Shades of Blackberry #530223

Tints of Blackberry #530223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

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

R = 69.17%
G = 1.67%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#530223 (or 0x530223) is known color: Blackberry. HEX triplet: 53, 02 and 23. RGB value is (83,2,35). Sum of RGB (Red+Green+Blue) = 83+2+35=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #530223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530223 is #ACFDDC. Grayscale: #1D1D1D. Windows color (decimal): -11337181 or 2294355. OLE color: 2294355.

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

Color convert

RGB 83 2 35 -
CMYK 0 0.98 0.58 0.67
HSL 335.56º 0.95% 0.17% -
HSV(B) 335.56º 0.98% 0.33% -
XYZ 3.89 2 1.77 -
YUV 29.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 83 2 35 0 0.98 0.58 0.67 335.56 0.95 0.17
Hex 53 2 23 0 62 3A 43 150 5F 11
Octal 123 2 43 0 142 72 103 520 137 21
Binary 1010011 10 100011 0 1100010 111010 1000011 101010000 1011111 10001

Color Harmonies of #530223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530223

Black with #530223

Text Example


Text Example

White with #530223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530223; }

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

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

background-color css

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

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

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

border-color css

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

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

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