Html Css Color HEX #441B2C Castro

📋 copy color: '#441B2C'

red 68 ◦ green 27 ◦ blue 44

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

Shades of Castro #441B2C

Tints of Castro #441B2C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.42%

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

R = 48.92%
G = 19.42%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#441B2C (or 0x441B2C) is known color: Castro. HEX triplet: 44, 1B and 2C. RGB value is (68,27,44). Sum of RGB (Red+Green+Blue) = 68+27+44=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #441B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B2C is #BBE4D3. Grayscale: #292929. Windows color (decimal): -12313812 or 2890564. OLE color: 2890564.

HSL color Cylindrical-coordinate representation of color #441B2C: hue angle of 335.12º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B2C is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 44 -
CMYK 0 0.60 0.35 0.73
HSL 335.12º 0.43% 0.19% -
HSV(B) 335.12º 0.6% 0.27% -
XYZ 3.23 2.19 2.64 -
YUV 41.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 68 27 44 0 0.60 0.35 0.73 335.12 0.43 0.19
Hex 44 1B 2C 0 3C 23 49 14F 2B 13
Octal 104 33 54 0 74 43 111 517 53 23
Binary 1000100 11011 101100 0 111100 100011 1001001 101001111 101011 10011

Color Harmonies of #441B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B2C

Black with #441B2C

Text Example


Text Example

White with #441B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441B2C; }

 p { color: rgb(68,27,44); }

 H1.HeaderClassName
 {
   color: #441B2C;
 }
 .AnyTagClassName
 {
   color: #441B2C;
 }
</style>

background-color css

<style>
 a { background-color: #441B2C; }

 a { background-color: rgb(68,27,44); }

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

border-color css

<style>
 span { border-color: #441B2C; }

 span { border-color: rgb(68,27,44); }

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