Html Css Color HEX #530927 Blackberry

📋 copy color: '#530927'

red 83 ◦ green 9 ◦ blue 39

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

Shades of Blackberry #530927

Tints of Blackberry #530927

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.87%

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

R = 63.36%
G = 6.87%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.67

RGB Variations

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

Color information

#530927 (or 0x530927) is known color: Blackberry. HEX triplet: 53, 09 and 27. RGB value is (83,9,39). Sum of RGB (Red+Green+Blue) = 83+9+39=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #530927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530927 is #ACF6D8. Grayscale: #222222. Windows color (decimal): -11335385 or 2558291. OLE color: 2558291.

HSL color Cylindrical-coordinate representation of color #530927: hue angle of 335.68º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #530927 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 9 39 -
CMYK 0 0.89 0.53 0.67
HSL 335.68º 0.8% 0.18% -
HSV(B) 335.68º 0.89% 0.33% -
XYZ 4.03 2.18 2.13 -
YUV 34.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 83 9 39 0 0.89 0.53 0.67 335.68 0.8 0.18
Hex 53 9 27 0 59 35 43 150 50 12
Octal 123 11 47 0 131 65 103 520 120 22
Binary 1010011 1001 100111 0 1011001 110101 1000011 101010000 1010000 10010

Color Harmonies of #530927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530927

Black with #530927

Text Example


Text Example

White with #530927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530927; }

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

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

background-color css

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

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

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

border-color css

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

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

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