Html Css Color HEX #530F38 Blackberry

📋 copy color: '#530F38'

red 83 ◦ green 15 ◦ blue 56

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

Shades of Blackberry #530F38

Tints of Blackberry #530F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 36.36%

R = 53.9%
G = 9.74%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#530F38 (or 0x530F38) is known color: Blackberry. HEX triplet: 53, 0F and 38. RGB value is (83,15,56). Sum of RGB (Red+Green+Blue) = 83+15+56=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 15 (6.25% from 255 or 9.74% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #530F38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F38 is #ACF0C7. Grayscale: #272727. Windows color (decimal): -11333832 or 3673939. OLE color: 3673939.

HSL color Cylindrical-coordinate representation of color #530F38: hue angle of 323.82º 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 #530F38 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 15 56 -
CMYK 0 0.82 0.33 0.67
HSL 323.82º 0.69% 0.19% -
HSV(B) 323.82º 0.82% 0.33% -
XYZ 4.45 2.47 3.98 -
YUV 40.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 83 15 56 0 0.82 0.33 0.67 323.82 0.69 0.19
Hex 53 F 38 0 52 21 43 144 45 13
Octal 123 17 70 0 122 41 103 504 105 23
Binary 1010011 1111 111000 0 1010010 100001 1000011 101000100 1000101 10011

Color Harmonies of #530F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F38

Black with #530F38

Text Example


Text Example

White with #530F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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