Html Css Color HEX #431F2E Castro

📋 copy color: '#431F2E'

red 67 ◦ green 31 ◦ blue 46

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

Shades of Castro #431F2E

Tints of Castro #431F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

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

R = 46.53%
G = 21.53%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.74

RGB Variations

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

Color information

#431F2E (or 0x431F2E) is known color: Castro. HEX triplet: 43, 1F and 2E. RGB value is (67,31,46). Sum of RGB (Red+Green+Blue) = 67+31+46=144 (19% of max value = 765). Red value is 67 (26.56% from 255 or 46.53% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 67 - color contains mainly: red. Hex color #431F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F2E is #BCE0D1. Grayscale: #2B2B2B. Windows color (decimal): -12378322 or 3022659. OLE color: 3022659.

HSL color Cylindrical-coordinate representation of color #431F2E: hue angle of 335º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F2E is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 31 46 -
CMYK 0 0.54 0.31 0.74
HSL 335º 0.37% 0.19% -
HSV(B) 335º 0.54% 0.26% -
XYZ 3.3 2.37 2.87 -
YUV 43.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 67 31 46 0 0.54 0.31 0.74 335 0.37 0.19
Hex 43 1F 2E 0 36 1F 4A 14F 25 13
Octal 103 37 56 0 66 37 112 517 45 23
Binary 1000011 11111 101110 0 110110 11111 1001010 101001111 100101 10011

Color Harmonies of #431F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F2E

Black with #431F2E

Text Example


Text Example

White with #431F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,46); }

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

background-color css

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

 a { background-color: rgb(67,31,46); }

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

border-color css

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

 span { border-color: rgb(67,31,46); }

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