Html Css Color HEX #4B2330 Castro

📋 copy color: '#4B2330'

red 75 ◦ green 35 ◦ blue 48

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

Shades of Castro #4B2330

Tints of Castro #4B2330

RGB

 RED value IS 75 (29.69% from 255) = 47.47%

 GREEN value IS 35 (14.06% from 255) = 22.15%

 BLUE value IS 48 (19.14% from 255) = 30.38%

R = 47.47%
G = 22.15%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4B2330 (or 0x4B2330) is known color: Castro. HEX triplet: 4B, 23 and 30. RGB value is (75,35,48). Sum of RGB (Red+Green+Blue) = 75+35+48=158 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.47% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2330 is #B4DCCF. Grayscale: #303030. Windows color (decimal): -11853008 or 3154763. OLE color: 3154763.

HSL color Cylindrical-coordinate representation of color #4B2330: hue angle of 340.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B2330 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 35 48 -
CMYK 0 0.53 0.36 0.71
HSL 340.5º 0.36% 0.22% -
HSV(B) 340.5º 0.53% 0.29% -
XYZ 4.04 2.91 3.15 -
YUV 48.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 75 35 48 0 0.53 0.36 0.71 340.5 0.36 0.22
Hex 4B 23 30 0 35 24 47 154 24 16
Octal 113 43 60 0 65 44 107 524 44 26
Binary 1001011 100011 110000 0 110101 100100 1000111 101010100 100100 10110

Color Harmonies of #4B2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2330

Black with #4B2330

Text Example


Text Example

White with #4B2330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B2330; }

 p { color: rgb(75,35,48); }

 H1.HeaderClassName
 {
   color: #4B2330;
 }
 .AnyTagClassName
 {
   color: #4B2330;
 }
</style>

background-color css

<style>
 a { background-color: #4B2330; }

 a { background-color: rgb(75,35,48); }

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

border-color css

<style>
 span { border-color: #4B2330; }

 span { border-color: rgb(75,35,48); }

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