Html Css Color HEX #431B29 Castro

📋 copy color: '#431B29'

red 67 ◦ green 27 ◦ blue 41

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

Shades of Castro #431B29

Tints of Castro #431B29

RGB

 RED value IS 67 (26.56% from 255) = 49.63%

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

 BLUE value IS 41 (16.41% from 255) = 30.37%

R = 49.63%
G = 20%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#431B29 (or 0x431B29) is known color: Castro. HEX triplet: 43, 1B and 29. RGB value is (67,27,41). Sum of RGB (Red+Green+Blue) = 67+27+41=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #431B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B29 is #BCE4D6. Grayscale: #282828. Windows color (decimal): -12379351 or 2693955. OLE color: 2693955.

HSL color Cylindrical-coordinate representation of color #431B29: hue angle of 339º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B29 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 27 41 -
CMYK 0 0.60 0.39 0.74
HSL 339º 0.43% 0.18% -
HSV(B) 339º 0.6% 0.26% -
XYZ 3.11 2.14 2.35 -
YUV 40.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 67 27 41 0 0.60 0.39 0.74 339 0.43 0.18
Hex 43 1B 29 0 3C 27 4A 153 2B 12
Octal 103 33 51 0 74 47 112 523 53 22
Binary 1000011 11011 101001 0 111100 100111 1001010 101010011 101011 10010

Color Harmonies of #431B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431B29

Black with #431B29

Text Example


Text Example

White with #431B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431B29; }

 p { color: rgb(67,27,41); }

 H1.HeaderClassName
 {
   color: #431B29;
 }
 .AnyTagClassName
 {
   color: #431B29;
 }
</style>

background-color css

<style>
 a { background-color: #431B29; }

 a { background-color: rgb(67,27,41); }

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

border-color css

<style>
 span { border-color: #431B29; }

 span { border-color: rgb(67,27,41); }

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