Html Css Color HEX #41262F Castro

📋 copy color: '#41262F'

red 65 ◦ green 38 ◦ blue 47

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

Shades of Castro #41262F

Tints of Castro #41262F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.33%

 BLUE value IS 47 (18.75% from 255) = 31.33%

R = 43.33%
G = 25.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41262F (or 0x41262F) is known color: Castro. HEX triplet: 41, 26 and 2F. RGB value is (65,38,47). Sum of RGB (Red+Green+Blue) = 65+38+47=150 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.33% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 65 - color contains mainly: red. Hex color #41262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41262F is #BED9D0. Grayscale: #2F2F2F. Windows color (decimal): -12507601 or 3089985. OLE color: 3089985.

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

Color convert

RGB 65 38 47 -
CMYK 0 0.42 0.28 0.75
HSL 340º 0.26% 0.2% -
HSV(B) 340º 0.42% 0.25% -
XYZ 3.39 2.72 3.03 -
YUV 47.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 65 38 47 0 0.42 0.28 0.75 340 0.26 0.2
Hex 41 26 2F 0 2A 1C 4B 154 1A 14
Octal 101 46 57 0 52 34 113 524 32 24
Binary 1000001 100110 101111 0 101010 11100 1001011 101010100 11010 10100

Color Harmonies of #41262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41262F

Black with #41262F

Text Example


Text Example

White with #41262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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