Html Css Color HEX #3F252E Castro

📋 copy color: '#3F252E'

red 63 ◦ green 37 ◦ blue 46

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

Shades of Castro #3F252E

Tints of Castro #3F252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 25.34%

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

R = 43.15%
G = 25.34%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#3F252E (or 0x3F252E) is known color: Castro. HEX triplet: 3F, 25 and 2E. RGB value is (63,37,46). Sum of RGB (Red+Green+Blue) = 63+37+46=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252E is #C0DAD1. Grayscale: #2D2D2D. Windows color (decimal): -12638930 or 3024191. OLE color: 3024191.

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

Color convert

RGB 63 37 46 -
CMYK 0 0.41 0.27 0.75
HSL 339.23º 0.26% 0.2% -
HSV(B) 339.23º 0.41% 0.25% -
XYZ 3.2 2.58 2.91 -
YUV 45.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 63 37 46 0 0.41 0.27 0.75 339.23 0.26 0.2
Hex 3F 25 2E 0 29 1B 4B 153 1A 14
Octal 77 45 56 0 51 33 113 523 32 24
Binary 111111 100101 101110 0 101001 11011 1001011 101010011 11010 10100

Color Harmonies of #3F252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F252E

Black with #3F252E

Text Example


Text Example

White with #3F252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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