Html Css Color HEX #530427 Blackberry

📋 copy color: '#530427'

red 83 ◦ green 4 ◦ blue 39

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

Shades of Blackberry #530427

Tints of Blackberry #530427

RGB

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

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

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

R = 65.87%
G = 3.17%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530427 (or 0x530427) is known color: Blackberry. HEX triplet: 53, 04 and 27. RGB value is (83,4,39). Sum of RGB (Red+Green+Blue) = 83+4+39=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #530427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530427 is #ACFBD8. Grayscale: #1F1F1F. Windows color (decimal): -11336665 or 2557011. OLE color: 2557011.

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

Color convert

RGB 83 4 39 -
CMYK 0 0.95 0.53 0.67
HSL 333.42º 0.91% 0.17% -
HSV(B) 333.42º 0.95% 0.33% -
XYZ 3.98 2.07 2.11 -
YUV 31.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 83 4 39 0 0.95 0.53 0.67 333.42 0.91 0.17
Hex 53 4 27 0 5F 35 43 14D 5B 11
Octal 123 4 47 0 137 65 103 515 133 21
Binary 1010011 100 100111 0 1011111 110101 1000011 101001101 1011011 10001

Color Harmonies of #530427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530427

Black with #530427

Text Example


Text Example

White with #530427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530427; }

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

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

background-color css

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

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

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

border-color css

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

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

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