Html Css Color HEX #3F1D28 Castro

📋 copy color: '#3F1D28'

red 63 ◦ green 29 ◦ blue 40

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

Shades of Castro #3F1D28

Tints of Castro #3F1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 47.73%
G = 21.97%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#3F1D28 (or 0x3F1D28) is known color: Castro. HEX triplet: 3F, 1D and 28. RGB value is (63,29,40). Sum of RGB (Red+Green+Blue) = 63+29+40=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D28 is #C0E2D7. Grayscale: #282828. Windows color (decimal): -12640984 or 2628927. OLE color: 2628927.

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

Color convert

RGB 63 29 40 -
CMYK 0 0.54 0.37 0.75
HSL 340.59º 0.37% 0.18% -
HSV(B) 340.59º 0.54% 0.25% -
XYZ 2.87 2.09 2.26 -
YUV 40.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 63 29 40 0 0.54 0.37 0.75 340.59 0.37 0.18
Hex 3F 1D 28 0 36 25 4B 155 25 12
Octal 77 35 50 0 66 45 113 525 45 22
Binary 111111 11101 101000 0 110110 100101 1001011 101010101 100101 10010

Color Harmonies of #3F1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1D28

Black with #3F1D28

Text Example


Text Example

White with #3F1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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