Html Css Color HEX #133D3E Tiber

📋 copy color: '#133D3E'

red 19 ◦ green 61 ◦ blue 62

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

Shades of Tiber #133D3E

Tints of Tiber #133D3E

RGB

 RED value IS 19 (7.81% from 255) = 13.38%

 GREEN value IS 61 (24.22% from 255) = 42.96%

 BLUE value IS 62 (24.61% from 255) = 43.66%

R = 13.38%
G = 42.96%
B = 43.66%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#133D3E (or 0x133D3E) is known color: Tiber. HEX triplet: 13, 3D and 3E. RGB value is (19,61,62). Sum of RGB (Red+Green+Blue) = 19+61+62=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 61 (24.22% from 255 or 42.96% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 62 - color contains mainly: blue. Hex color #133D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D3E is #ECC2C1. Grayscale: #303030. Windows color (decimal): -15516354 or 4078867. OLE color: 4078867.

HSL color Cylindrical-coordinate representation of color #133D3E: hue angle of 181.4º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D3E is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 61 62 -
CMYK 0.69 0.02 0 0.76
HSL 181.4º 0.53% 0.16% -
HSV(B) 181.4º 0.69% 0.24% -
XYZ 2.81 3.82 5.15 -
YUV 48.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 19 61 62 0.69 0.02 0 0.76 181.4 0.53 0.16
Hex 13 3D 3E 45 2 0 4C B5 35 10
Octal 23 75 76 105 2 0 114 265 65 20
Binary 10011 111101 111110 1000101 10 0 1001100 10110101 110101 10000

Color Harmonies of #133D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D3E

Black with #133D3E

Text Example


Text Example

White with #133D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133D3E; }

 p { color: rgb(19,61,62); }

 H1.HeaderClassName
 {
   color: #133D3E;
 }
 .AnyTagClassName
 {
   color: #133D3E;
 }
</style>

background-color css

<style>
 a { background-color: #133D3E; }

 a { background-color: rgb(19,61,62); }

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

border-color css

<style>
 span { border-color: #133D3E; }

 span { border-color: rgb(19,61,62); }

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