Html Css Color HEX #33443A English Holly

📋 copy color: '#33443A'

red 51 ◦ green 68 ◦ blue 58

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

Shades of English Holly #33443A

Tints of English Holly #33443A

RGB

 RED value IS 51 (20.31% from 255) = 28.81%

 GREEN value IS 68 (26.95% from 255) = 38.42%

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 28.81%
G = 38.42%
B = 32.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.73

RGB Variations

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

Color information

#33443A (or 0x33443A) is known color: English Holly. HEX triplet: 33, 44 and 3A. RGB value is (51,68,58). Sum of RGB (Red+Green+Blue) = 51+68+58=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 68 - color contains mainly: green. Hex color #33443A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33443A is #CCBBC5. Grayscale: #3D3D3D. Windows color (decimal): -13417414 or 3818547. OLE color: 3818547.

HSL color Cylindrical-coordinate representation of color #33443A: hue angle of 144.71º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #33443A is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 68 58 -
CMYK 0.25 0 0.15 0.73
HSL 144.71º 0.14% 0.23% -
HSV(B) 144.71º 0.25% 0.27% -
XYZ 4.2 5.14 4.77 -
YUV 61.78 125.87 120.31 -
System Red Green Blue C M Y K H S L
Decimal 51 68 58 0.25 0 0.15 0.73 144.71 0.14 0.23
Hex 33 44 3A 19 0 F 49 91 E 17
Octal 63 104 72 31 0 17 111 221 16 27
Binary 110011 1000100 111010 11001 0 1111 1001001 10010001 1110 10111

Color Harmonies of #33443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33443A

Black with #33443A

Text Example


Text Example

White with #33443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33443A; }

 p { color: rgb(51,68,58); }

 H1.HeaderClassName
 {
   color: #33443A;
 }
 .AnyTagClassName
 {
   color: #33443A;
 }
</style>

background-color css

<style>
 a { background-color: #33443A; }

 a { background-color: rgb(51,68,58); }

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

border-color css

<style>
 span { border-color: #33443A; }

 span { border-color: rgb(51,68,58); }

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