Html Css Color HEX #3F2830 Castro

📋 copy color: '#3F2830'

red 63 ◦ green 40 ◦ blue 48

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

Shades of Castro #3F2830

Tints of Castro #3F2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.49%

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

R = 41.72%
G = 26.49%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#3F2830 (or 0x3F2830) is known color: Castro. HEX triplet: 3F, 28 and 30. RGB value is (63,40,48). Sum of RGB (Red+Green+Blue) = 63+40+48=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2830 is #C0D7CF. Grayscale: #2F2F2F. Windows color (decimal): -12638160 or 3156031. OLE color: 3156031.

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

Color convert

RGB 63 40 48 -
CMYK 0 0.37 0.24 0.75
HSL 339.13º 0.22% 0.2% -
HSV(B) 339.13º 0.37% 0.25% -
XYZ 3.34 2.79 3.16 -
YUV 47.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 63 40 48 0 0.37 0.24 0.75 339.13 0.22 0.2
Hex 3F 28 30 0 25 18 4B 153 16 14
Octal 77 50 60 0 45 30 113 523 26 24
Binary 111111 101000 110000 0 100101 11000 1001011 101010011 10110 10100

Color Harmonies of #3F2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2830

Black with #3F2830

Text Example


Text Example

White with #3F2830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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