Html Css Color HEX #412730 Castro

📋 copy color: '#412730'

red 65 ◦ green 39 ◦ blue 48

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

Shades of Castro #412730

Tints of Castro #412730

RGB

 RED value IS 65 (25.78% from 255) = 42.76%

 GREEN value IS 39 (15.63% from 255) = 25.66%

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 42.76%
G = 25.66%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#412730 (or 0x412730) is known color: Castro. HEX triplet: 41, 27 and 30. RGB value is (65,39,48). Sum of RGB (Red+Green+Blue) = 65+39+48=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #412730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412730 is #BED8CF. Grayscale: #2F2F2F. Windows color (decimal): -12507344 or 3155777. OLE color: 3155777.

HSL color Cylindrical-coordinate representation of color #412730: hue angle of 339.23º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #412730 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 48 -
CMYK 0 0.40 0.26 0.75
HSL 339.23º 0.25% 0.2% -
HSV(B) 339.23º 0.4% 0.25% -
XYZ 3.44 2.79 3.15 -
YUV 47.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 65 39 48 0 0.40 0.26 0.75 339.23 0.25 0.2
Hex 41 27 30 0 28 1A 4B 153 19 14
Octal 101 47 60 0 50 32 113 523 31 24
Binary 1000001 100111 110000 0 101000 11010 1001011 101010011 11001 10100

Color Harmonies of #412730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412730

Black with #412730

Text Example


Text Example

White with #412730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412730; }

 p { color: rgb(65,39,48); }

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

background-color css

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

 a { background-color: rgb(65,39,48); }

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

border-color css

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

 span { border-color: rgb(65,39,48); }

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