Html Css Color HEX #3F2930 Castro

📋 copy color: '#3F2930'

red 63 ◦ green 41 ◦ blue 48

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

Shades of Castro #3F2930

Tints of Castro #3F2930

RGB

 RED value IS 63 (25% from 255) = 41.45%

 GREEN value IS 41 (16.41% from 255) = 26.97%

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 41.45%
G = 26.97%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#3F2930 (or 0x3F2930) is known color: Castro. HEX triplet: 3F, 29 and 30. RGB value is (63,41,48). Sum of RGB (Red+Green+Blue) = 63+41+48=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2930 is #C0D6CF. Grayscale: #303030. Windows color (decimal): -12637904 or 3156287. OLE color: 3156287.

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

Color convert

RGB 63 41 48 -
CMYK 0 0.35 0.24 0.75
HSL 340.91º 0.21% 0.2% -
HSV(B) 340.91º 0.35% 0.25% -
XYZ 3.38 2.86 3.17 -
YUV 48.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 63 41 48 0 0.35 0.24 0.75 340.91 0.21 0.2
Hex 3F 29 30 0 23 18 4B 155 15 14
Octal 77 51 60 0 43 30 113 525 25 24
Binary 111111 101001 110000 0 100011 11000 1001011 101010101 10101 10100

Color Harmonies of #3F2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2930

Black with #3F2930

Text Example


Text Example

White with #3F2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F2930;
 }
 .AnyTagClassName
 {
   color: #3F2930;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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