Html Css Color HEX #0C3431 Deep Teal

📋 copy color: '#0C3431'

red 12 ◦ green 52 ◦ blue 49

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

Shades of Deep Teal #0C3431

Tints of Deep Teal #0C3431

RGB

 RED value IS 12 (5.08% from 255) = 10.62%

 GREEN value IS 52 (20.7% from 255) = 46.02%

 BLUE value IS 49 (19.53% from 255) = 43.36%

R = 10.62%
G = 46.02%
B = 43.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#0C3431 (or 0x0C3431) is known color: Deep Teal. HEX triplet: 0C, 34 and 31. RGB value is (12,52,49). Sum of RGB (Red+Green+Blue) = 12+52+49=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #0C3431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3431 is #F3CBCE. Grayscale: #272727. Windows color (decimal): -15977423 or 3224588. OLE color: 3224588.

HSL color Cylindrical-coordinate representation of color #0C3431: hue angle of 175.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C3431 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 12 52 49 -
CMYK 0.77 0 0.06 0.80
HSL 175.5º 0.63% 0.13% -
HSV(B) 175.5º 0.77% 0.2% -
XYZ 1.93 2.76 3.34 -
YUV 39.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 12 52 49 0.77 0 0.06 0.80 175.5 0.63 0.13
Hex C 34 31 4D 0 6 50 B0 3E D
Octal 14 64 61 115 0 6 120 260 76 15
Binary 1100 110100 110001 1001101 0 110 1010000 10110000 111110 1101

Color Harmonies of #0C3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3431

Black with #0C3431

Text Example


Text Example

White with #0C3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C3431; }

 p { color: rgb(12,52,49); }

 H1.HeaderClassName
 {
   color: #0C3431;
 }
 .AnyTagClassName
 {
   color: #0C3431;
 }
</style>

background-color css

<style>
 a { background-color: #0C3431; }

 a { background-color: rgb(12,52,49); }

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

border-color css

<style>
 span { border-color: #0C3431; }

 span { border-color: rgb(12,52,49); }

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