Html Css Color HEX #51303F Barossa

📋 copy color: '#51303F'

red 81 ◦ green 48 ◦ blue 63

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

Shades of Barossa #51303F

Tints of Barossa #51303F

RGB

 RED value IS 81 (32.03% from 255) = 42.19%

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 63 (25% from 255) = 32.81%

R = 42.19%
G = 25%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#51303F (or 0x51303F) is known color: Barossa. HEX triplet: 51, 30 and 3F. RGB value is (81,48,63). Sum of RGB (Red+Green+Blue) = 81+48+63=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 81 - color contains mainly: red. Hex color #51303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51303F is #AECFC0. Grayscale: #3B3B3B. Windows color (decimal): -11456449 or 4141137. OLE color: 4141137.

HSL color Cylindrical-coordinate representation of color #51303F: hue angle of 332.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51303F is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 48 63 -
CMYK 0 0.41 0.22 0.68
HSL 332.73º 0.26% 0.25% -
HSV(B) 332.73º 0.41% 0.32% -
XYZ 5.35 4.22 5.24 -
YUV 59.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 81 48 63 0 0.41 0.22 0.68 332.73 0.26 0.25
Hex 51 30 3F 0 29 16 44 14D 1A 19
Octal 121 60 77 0 51 26 104 515 32 31
Binary 1010001 110000 111111 0 101001 10110 1000100 101001101 11010 11001

Color Harmonies of #51303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51303F

Black with #51303F

Text Example


Text Example

White with #51303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51303F; }

 p { color: rgb(81,48,63); }

 H1.HeaderClassName
 {
   color: #51303F;
 }
 .AnyTagClassName
 {
   color: #51303F;
 }
</style>

background-color css

<style>
 a { background-color: #51303F; }

 a { background-color: rgb(81,48,63); }

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

border-color css

<style>
 span { border-color: #51303F; }

 span { border-color: rgb(81,48,63); }

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