Html Css Color HEX #41282F Castro

📋 copy color: '#41282F'

red 65 ◦ green 40 ◦ blue 47

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

Shades of Castro #41282F

Tints of Castro #41282F

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 value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#41282F (or 0x41282F) is known color: 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

RGB 65 40 47 -
CMYK 0 0.38 0.28 0.75
HSL 343.2º 0.24% 0.21% -
HSV(B) 343.2º 0.38% 0.25% -
XYZ 3.45 2.85 3.06 -
YUV 48.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 65 40 47 0 0.38 0.28 0.75 343.2 0.24 0.21
Hex 41 28 2F 0 26 1C 4B 157 18 15
Octal 101 50 57 0 46 34 113 527 30 25
Binary 1000001 101000 101111 0 100110 11100 1001011 101010111 11000 10101

Color Harmonies of #41282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41282F

Black with #41282F

Text Example


Text Example

White with #41282F

Text Example


Text Example

HTML Codes & Css Web 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>