Html Css Color HEX #530F2A Blackberry

📋 copy color: '#530F2A'

red 83 ◦ green 15 ◦ blue 42

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

Shades of Blackberry #530F2A

Tints of Blackberry #530F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 59.29%
G = 10.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#530F2A (or 0x530F2A) is known color: Blackberry. HEX triplet: 53, 0F and 2A. RGB value is (83,15,42). Sum of RGB (Red+Green+Blue) = 83+15+42=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F2A is #ACF0D5. Grayscale: #262626. Windows color (decimal): -11333846 or 2756435. OLE color: 2756435.

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

Color convert

RGB 83 15 42 -
CMYK 0 0.82 0.49 0.67
HSL 336.18º 0.69% 0.19% -
HSV(B) 336.18º 0.82% 0.33% -
XYZ 4.16 2.35 2.42 -
YUV 38.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 83 15 42 0 0.82 0.49 0.67 336.18 0.69 0.19
Hex 53 F 2A 0 52 31 43 150 45 13
Octal 123 17 52 0 122 61 103 520 105 23
Binary 1010011 1111 101010 0 1010010 110001 1000011 101010000 1000101 10011

Color Harmonies of #530F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530F2A

Black with #530F2A

Text Example


Text Example

White with #530F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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