Html Css Color HEX #3F262E Castro

📋 copy color: '#3F262E'

red 63 ◦ green 38 ◦ blue 46

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

Shades of Castro #3F262E

Tints of Castro #3F262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.85%

 BLUE value IS 46 (18.36% from 255) = 31.29%

R = 42.86%
G = 25.85%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3F262E (or 0x3F262E) is known color: Castro. HEX triplet: 3F, 26 and 2E. RGB value is (63,38,46). Sum of RGB (Red+Green+Blue) = 63+38+46=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F262E is #C0D9D1. Grayscale: #2E2E2E. Windows color (decimal): -12638674 or 3024447. OLE color: 3024447.

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

Color convert

RGB 63 38 46 -
CMYK 0 0.40 0.27 0.75
HSL 340.8º 0.25% 0.2% -
HSV(B) 340.8º 0.4% 0.25% -
XYZ 3.24 2.64 2.92 -
YUV 46.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 63 38 46 0 0.40 0.27 0.75 340.8 0.25 0.2
Hex 3F 26 2E 0 28 1B 4B 155 19 14
Octal 77 46 56 0 50 33 113 525 31 24
Binary 111111 100110 101110 0 101000 11011 1001011 101010101 11001 10100

Color Harmonies of #3F262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F262E

Black with #3F262E

Text Example


Text Example

White with #3F262E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,38,46); }

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

background-color css

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

 a { background-color: rgb(63,38,46); }

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

border-color css

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

 span { border-color: rgb(63,38,46); }

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