Html Css Color HEX #441B2B Castro

📋 copy color: '#441B2B'

red 68 ◦ green 27 ◦ blue 43

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

Shades of Castro #441B2B

Tints of Castro #441B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 49.28%
G = 19.57%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#441B2B (or 0x441B2B) is known color: Castro. HEX triplet: 44, 1B and 2B. RGB value is (68,27,43). Sum of RGB (Red+Green+Blue) = 68+27+43=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #441B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B2B is #BBE4D4. Grayscale: #292929. Windows color (decimal): -12313813 or 2825028. OLE color: 2825028.

HSL color Cylindrical-coordinate representation of color #441B2B: hue angle of 336.59º 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 #441B2B is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 27 43 -
CMYK 0 0.60 0.37 0.73
HSL 336.59º 0.43% 0.19% -
HSV(B) 336.59º 0.6% 0.27% -
XYZ 3.21 2.19 2.54 -
YUV 41.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 68 27 43 0 0.60 0.37 0.73 336.59 0.43 0.19
Hex 44 1B 2B 0 3C 25 49 151 2B 13
Octal 104 33 53 0 74 45 111 521 53 23
Binary 1000100 11011 101011 0 111100 100101 1001001 101010001 101011 10011

Color Harmonies of #441B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441B2B

Black with #441B2B

Text Example


Text Example

White with #441B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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