Html Css Color HEX #530424 Blackberry

📋 copy color: '#530424'

red 83 ◦ green 4 ◦ blue 36

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

Shades of Blackberry #530424

Tints of Blackberry #530424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 67.48%
G = 3.25%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#530424 (or 0x530424) is known color: Blackberry. HEX triplet: 53, 04 and 24. RGB value is (83,4,36). Sum of RGB (Red+Green+Blue) = 83+4+36=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530424 is #ACFBDB. Grayscale: #1F1F1F. Windows color (decimal): -11336668 or 2360403. OLE color: 2360403.

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

Color convert

RGB 83 4 36 -
CMYK 0 0.95 0.57 0.67
HSL 335.7º 0.91% 0.17% -
HSV(B) 335.7º 0.95% 0.33% -
XYZ 3.93 2.05 1.86 -
YUV 31.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 83 4 36 0 0.95 0.57 0.67 335.7 0.91 0.17
Hex 53 4 24 0 5F 39 43 150 5B 11
Octal 123 4 44 0 137 71 103 520 133 21
Binary 1010011 100 100100 0 1011111 111001 1000011 101010000 1011011 10001

Color Harmonies of #530424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530424

Black with #530424

Text Example


Text Example

White with #530424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530424; }

 p { color: rgb(83,4,36); }

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

background-color css

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

 a { background-color: rgb(83,4,36); }

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

border-color css

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

 span { border-color: rgb(83,4,36); }

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