Html Css Color HEX #530F2B Blackberry

📋 copy color: '#530F2B'

red 83 ◦ green 15 ◦ blue 43

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

Shades of Blackberry #530F2B

Tints of Blackberry #530F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 58.87%
G = 10.64%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#530F2B (or 0x530F2B) is known color: Blackberry. HEX triplet: 53, 0F and 2B. RGB value is (83,15,43). Sum of RGB (Red+Green+Blue) = 83+15+43=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2B is #ACF0D4. Grayscale: #262626. Windows color (decimal): -11333845 or 2821971. OLE color: 2821971.

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

Color convert

RGB 83 15 43 -
CMYK 0 0.82 0.48 0.67
HSL 335.29º 0.69% 0.19% -
HSV(B) 335.29º 0.82% 0.33% -
XYZ 4.17 2.36 2.52 -
YUV 38.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 83 15 43 0 0.82 0.48 0.67 335.29 0.69 0.19
Hex 53 F 2B 0 52 30 43 14F 45 13
Octal 123 17 53 0 122 60 103 517 105 23
Binary 1010011 1111 101011 0 1010010 110000 1000011 101001111 1000101 10011

Color Harmonies of #530F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F2B

Black with #530F2B

Text Example


Text Example

White with #530F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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