Html Css Color HEX #3F252D Castro

📋 copy color: '#3F252D'

red 63 ◦ green 37 ◦ blue 45

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

Shades of Castro #3F252D

Tints of Castro #3F252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.03%

R = 43.45%
G = 25.52%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#3F252D (or 0x3F252D) is known color: Castro. HEX triplet: 3F, 25 and 2D. RGB value is (63,37,45). Sum of RGB (Red+Green+Blue) = 63+37+45=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252D is #C0DAD2. Grayscale: #2D2D2D. Windows color (decimal): -12638931 or 2958655. OLE color: 2958655.

HSL color Cylindrical-coordinate representation of color #3F252D: hue angle of 341.54º 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 #3F252D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 37 45 -
CMYK 0 0.41 0.29 0.75
HSL 341.54º 0.26% 0.2% -
HSV(B) 341.54º 0.41% 0.25% -
XYZ 3.19 2.57 2.81 -
YUV 45.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 63 37 45 0 0.41 0.29 0.75 341.54 0.26 0.2
Hex 3F 25 2D 0 29 1D 4B 156 1A 14
Octal 77 45 55 0 51 35 113 526 32 24
Binary 111111 100101 101101 0 101001 11101 1001011 101010110 11010 10100

Color Harmonies of #3F252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F252D

Black with #3F252D

Text Example


Text Example

White with #3F252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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