Html Css Color HEX #530F2C Blackberry

📋 copy color: '#530F2C'

red 83 ◦ green 15 ◦ blue 44

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

Shades of Blackberry #530F2C

Tints of Blackberry #530F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 58.45%
G = 10.56%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#530F2C (or 0x530F2C) is known color: Blackberry. HEX triplet: 53, 0F and 2C. RGB value is (83,15,44). Sum of RGB (Red+Green+Blue) = 83+15+44=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2C is #ACF0D3. Grayscale: #262626. Windows color (decimal): -11333844 or 2887507. OLE color: 2887507.

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

Color convert

RGB 83 15 44 -
CMYK 0 0.82 0.47 0.67
HSL 334.41º 0.69% 0.19% -
HSV(B) 334.41º 0.82% 0.33% -
XYZ 4.19 2.36 2.62 -
YUV 38.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 83 15 44 0 0.82 0.47 0.67 334.41 0.69 0.19
Hex 53 F 2C 0 52 2F 43 14E 45 13
Octal 123 17 54 0 122 57 103 516 105 23
Binary 1010011 1111 101100 0 1010010 101111 1000011 101001110 1000101 10011

Color Harmonies of #530F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F2C

Black with #530F2C

Text Example


Text Example

White with #530F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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