Html Css Color HEX #481E2F Castro

📋 copy color: '#481E2F'

red 72 ◦ green 30 ◦ blue 47

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

Shades of Castro #481E2F

Tints of Castro #481E2F

RGB

 RED value IS 72 (28.52% from 255) = 48.32%

 GREEN value IS 30 (12.11% from 255) = 20.13%

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

R = 48.32%
G = 20.13%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#481E2F (or 0x481E2F) is known color: Castro. HEX triplet: 48, 1E and 2F. RGB value is (72,30,47). Sum of RGB (Red+Green+Blue) = 72+30+47=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E2F is #B7E1D0. Grayscale: #2C2C2C. Windows color (decimal): -12050897 or 3087944. OLE color: 3087944.

HSL color Cylindrical-coordinate representation of color #481E2F: hue angle of 335.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E2F is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 47 -
CMYK 0 0.58 0.35 0.72
HSL 335.71º 0.41% 0.2% -
HSV(B) 335.71º 0.58% 0.28% -
XYZ 3.65 2.51 2.98 -
YUV 44.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 72 30 47 0 0.58 0.35 0.72 335.71 0.41 0.2
Hex 48 1E 2F 0 3A 23 48 150 29 14
Octal 110 36 57 0 72 43 110 520 51 24
Binary 1001000 11110 101111 0 111010 100011 1001000 101010000 101001 10100

Color Harmonies of #481E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E2F

Black with #481E2F

Text Example


Text Example

White with #481E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E2F; }

 p { color: rgb(72,30,47); }

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

background-color css

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

 a { background-color: rgb(72,30,47); }

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

border-color css

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

 span { border-color: rgb(72,30,47); }

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