Html Css Color HEX #44212E Castro

📋 copy color: '#44212E'

red 68 ◦ green 33 ◦ blue 46

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

Shades of Castro #44212E

Tints of Castro #44212E

RGB

 RED value IS 68 (26.95% from 255) = 46.26%

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

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

R = 46.26%
G = 22.45%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#44212E (or 0x44212E) is known color: Castro. HEX triplet: 44, 21 and 2E. RGB value is (68,33,46). Sum of RGB (Red+Green+Blue) = 68+33+46=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44212E is #BBDED1. Grayscale: #2C2C2C. Windows color (decimal): -12312274 or 3023172. OLE color: 3023172.

HSL color Cylindrical-coordinate representation of color #44212E: hue angle of 337.71º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44212E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 33 46 -
CMYK 0 0.51 0.32 0.73
HSL 337.71º 0.35% 0.2% -
HSV(B) 337.71º 0.51% 0.27% -
XYZ 3.42 2.51 2.89 -
YUV 44.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 68 33 46 0 0.51 0.32 0.73 337.71 0.35 0.2
Hex 44 21 2E 0 33 20 49 152 23 14
Octal 104 41 56 0 63 40 111 522 43 24
Binary 1000100 100001 101110 0 110011 100000 1001001 101010010 100011 10100

Color Harmonies of #44212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44212E

Black with #44212E

Text Example


Text Example

White with #44212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44212E; }

 p { color: rgb(68,33,46); }

 H1.HeaderClassName
 {
   color: #44212E;
 }
 .AnyTagClassName
 {
   color: #44212E;
 }
</style>

background-color css

<style>
 a { background-color: #44212E; }

 a { background-color: rgb(68,33,46); }

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

border-color css

<style>
 span { border-color: #44212E; }

 span { border-color: rgb(68,33,46); }

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