Html Css Color HEX #3F3033 Cab Sav

📋 copy color: '#3F3033'

red 63 ◦ green 48 ◦ blue 51

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

Shades of Cab Sav #3F3033

Tints of Cab Sav #3F3033

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 value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#3F3033 (or 0x3F3033) is known color: 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

RGB 63 48 51 -
CMYK 0 0.24 0.19 0.75
HSL 348º 0.14% 0.22% -
HSV(B) 348º 0.24% 0.25% -
XYZ 3.7 3.41 3.59 -
YUV 52.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 63 48 51 0 0.24 0.19 0.75 348 0.14 0.22
Hex 3F 30 33 0 18 13 4B 15C E 16
Octal 77 60 63 0 30 23 113 534 16 26
Binary 111111 110000 110011 0 11000 10011 1001011 101011100 1110 10110

Color Harmonies of #3F3033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3033

Black with #3F3033

Text Example


Text Example

White with #3F3033

Text Example


Text Example

HTML Codes & Css Web 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>