Html Css Color HEX #530F34 Blackberry

📋 copy color: '#530F34'

red 83 ◦ green 15 ◦ blue 52

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

Shades of Blackberry #530F34

Tints of Blackberry #530F34

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10%

 BLUE value IS 52 (20.7% from 255) = 34.67%

R = 55.33%
G = 10%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#530F34 (or 0x530F34) is known color: Blackberry. HEX triplet: 53, 0F and 34. RGB value is (83,15,52). Sum of RGB (Red+Green+Blue) = 83+15+52=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #530F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F34 is #ACF0CB. Grayscale: #272727. Windows color (decimal): -11333836 or 3411795. OLE color: 3411795.

HSL color Cylindrical-coordinate representation of color #530F34: hue angle of 327.35º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F34 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 15 52 -
CMYK 0 0.82 0.37 0.67
HSL 327.35º 0.69% 0.19% -
HSV(B) 327.35º 0.82% 0.33% -
XYZ 4.36 2.43 3.49 -
YUV 39.55 135.03 158.99 -
System Red Green Blue C M Y K H S L
Decimal 83 15 52 0 0.82 0.37 0.67 327.35 0.69 0.19
Hex 53 F 34 0 52 25 43 147 45 13
Octal 123 17 64 0 122 45 103 507 105 23
Binary 1010011 1111 110100 0 1010010 100101 1000011 101000111 1000101 10011

Color Harmonies of #530F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F34

Black with #530F34

Text Example


Text Example

White with #530F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530F34; }

 p { color: rgb(83,15,52); }

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

background-color css

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

 a { background-color: rgb(83,15,52); }

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

border-color css

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

 span { border-color: rgb(83,15,52); }

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