#41282F

Color #41282F Castro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Castro #41282F

Tints of Castro #41282F

Color information

#41282F (or 0x41282F) is unknown color: approx Castro. HEX triplet: 41, 28 and 2F. RGB value is (65,40,47). Sum of RGB (Red+Green+Blue) = 65+40+47=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 65 - color contains mainly: red. Hex color #41282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41282F is #BED7D0. Grayscale: #303030. Windows color (decimal): -12507089 or 3090497. OLE color: 3090497.

HSL color Cylindrical-coordinate representation of color #41282F: hue angle of 343.2º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41282F is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB654047-
CMYK00.380.280.75
HSL343.2º23.81%20.59%-
HSV(B)343.2º38.46%25.49%-
XYZ3.452.853.06-
YUV48.27127.28139.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.76%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=42.76%
G=26.32%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65404700.380.280.75343.223.8120.59
Hex41282F0261C4B1571815
Octal1015057046341135273025
Binary100000110100010111101001101110010010111010101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41282F; }

 p { color: rgb(65,40,47); }

 H1.HeaderClassName
 {
   color: #41282F;
 }
 .AnyTagClassName
 {
   color: #41282F;
 }
</style>
background-color css

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

 a { background-color: rgb(65,40,47); }

 div.DivClassName
 {
   background-color: #41282F;
 }
 .BgClassName
 {
   background-color: #41282F;
 }
</style>
border-color css

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

 span { border-color: rgb(65,40,47); }

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