Html Css Color HEX #41252F Castro

📋 copy color: '#41252F'

red 65 ◦ green 37 ◦ blue 47

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

Shades of Castro #41252F

Tints of Castro #41252F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.83%

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

R = 43.62%
G = 24.83%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41252F (or 0x41252F) is known color: Castro. HEX triplet: 41, 25 and 2F. RGB value is (65,37,47). Sum of RGB (Red+Green+Blue) = 65+37+47=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41252F is #BEDAD0. Grayscale: #2E2E2E. Windows color (decimal): -12507857 or 3089729. OLE color: 3089729.

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

Color convert

RGB 65 37 47 -
CMYK 0 0.43 0.28 0.75
HSL 338.57º 0.27% 0.2% -
HSV(B) 338.57º 0.43% 0.25% -
XYZ 3.35 2.65 3.02 -
YUV 46.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 65 37 47 0 0.43 0.28 0.75 338.57 0.27 0.2
Hex 41 25 2F 0 2B 1C 4B 153 1B 14
Octal 101 45 57 0 53 34 113 523 33 24
Binary 1000001 100101 101111 0 101011 11100 1001011 101010011 11011 10100

Color Harmonies of #41252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41252F

Black with #41252F

Text Example


Text Example

White with #41252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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