Html Css Color HEX #530123 Blackberry

📋 copy color: '#530123'

red 83 ◦ green 1 ◦ blue 35

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

Shades of Blackberry #530123

Tints of Blackberry #530123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 69.75%
G = 0.84%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#530123 (or 0x530123) is known color: Blackberry. HEX triplet: 53, 01 and 23. RGB value is (83,1,35). Sum of RGB (Red+Green+Blue) = 83+1+35=119 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.75% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 83 - color contains mainly: red. Hex color #530123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530123 is #ACFEDC. Grayscale: #1D1D1D. Windows color (decimal): -11337437 or 2294099. OLE color: 2294099.

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

Color convert

RGB 83 1 35 -
CMYK 0 0.99 0.58 0.67
HSL 335.12º 0.98% 0.16% -
HSV(B) 335.12º 0.99% 0.33% -
XYZ 3.88 1.98 1.77 -
YUV 29.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 83 1 35 0 0.99 0.58 0.67 335.12 0.98 0.16
Hex 53 1 23 0 63 3A 43 14F 62 10
Octal 123 1 43 0 143 72 103 517 142 20
Binary 1010011 1 100011 0 1100011 111010 1000011 101001111 1100010 10000

Color Harmonies of #530123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530123

Black with #530123

Text Example


Text Example

White with #530123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530123; }

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

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

background-color css

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

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

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

border-color css

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

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

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