Html Css Color HEX #3F212C Castro

📋 copy color: '#3F212C'

red 63 ◦ green 33 ◦ blue 44

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

Shades of Castro #3F212C

Tints of Castro #3F212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.57%

 BLUE value IS 44 (17.58% from 255) = 31.43%

R = 45%
G = 23.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#3F212C (or 0x3F212C) is known color: Castro. HEX triplet: 3F, 21 and 2C. RGB value is (63,33,44). Sum of RGB (Red+Green+Blue) = 63+33+44=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F212C is #C0DED3. Grayscale: #2B2B2B. Windows color (decimal): -12639956 or 2892095. OLE color: 2892095.

HSL color Cylindrical-coordinate representation of color #3F212C: hue angle of 338º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F212C is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 33 44 -
CMYK 0 0.48 0.30 0.75
HSL 338º 0.31% 0.19% -
HSV(B) 338º 0.48% 0.25% -
XYZ 3.05 2.33 2.67 -
YUV 43.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 63 33 44 0 0.48 0.30 0.75 338 0.31 0.19
Hex 3F 21 2C 0 30 1E 4B 152 1F 13
Octal 77 41 54 0 60 36 113 522 37 23
Binary 111111 100001 101100 0 110000 11110 1001011 101010010 11111 10011

Color Harmonies of #3F212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F212C

Black with #3F212C

Text Example


Text Example

White with #3F212C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,33,44); }

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

background-color css

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

 a { background-color: rgb(63,33,44); }

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

border-color css

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

 span { border-color: rgb(63,33,44); }

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