#3F3033

Color #3F3033 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #3F3033

Tints of Cab Sav #3F3033

Color information

#3F3033 (or 0x3F3033) is unknown color: approx Cab Sav. HEX triplet: 3F, 30 and 33. RGB value is (63,48,51). Sum of RGB (Red+Green+Blue) = 63+48+51=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 48 (19.14% from 255 or 29.63% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3033 is #C0CFCC. Grayscale: #343434. Windows color (decimal): -12636109 or 3354687. OLE color: 3354687.

HSL color Cylindrical-coordinate representation of color #3F3033: hue angle of 348º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F3033 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB634851-
CMYK00.240.190.75
HSL348º13.51%21.76%-
HSV(B)348º23.81%24.71%-
XYZ3.73.413.59-
YUV52.83126.97135.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.89%
GREEN value IS 48 (19.14% from 255) = 29.63%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=38.89%
G=29.63%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63485100.240.190.7534813.5121.76
Hex3F3033018134B15ce16
Octal776063030231135341626
Binary111111110000110011011000100111001011101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F3033; }

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

 H1.HeaderClassName
 {
   color: #3F3033;
 }
 .AnyTagClassName
 {
   color: #3F3033;
 }
</style>
background-color css

<style>
 a { background-color: #3F3033; }

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

 div.DivClassName
 {
   background-color: #3F3033;
 }
 .BgClassName
 {
   background-color: #3F3033;
 }
</style>
border-color css

<style>
 span { border-color: #3F3033; }

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

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