Html Css Color HEX #0C3B39 Cyprus

📋 copy color: '#0C3B39'

red 12 ◦ green 59 ◦ blue 57

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

Shades of Cyprus #0C3B39

Tints of Cyprus #0C3B39

RGB

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

 GREEN value IS 59 (23.44% from 255) = 46.09%

 BLUE value IS 57 (22.66% from 255) = 44.53%

R = 9.38%
G = 46.09%
B = 44.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#0C3B39 (or 0x0C3B39) is known color: Cyprus. HEX triplet: 0C, 3B and 39. RGB value is (12,59,57). Sum of RGB (Red+Green+Blue) = 12+59+57=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 57 (22.66% from 255 or 44.53% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #0C3B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B39 is #F3C4C6. Grayscale: #2C2C2C. Windows color (decimal): -15975623 or 3750668. OLE color: 3750668.

HSL color Cylindrical-coordinate representation of color #0C3B39: hue angle of 177.45º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3B39 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 59 57 -
CMYK 0.80 0 0.03 0.77
HSL 177.45º 0.66% 0.14% -
HSV(B) 177.45º 0.8% 0.23% -
XYZ 2.45 3.5 4.42 -
YUV 44.72 134.93 104.66 -
System Red Green Blue C M Y K H S L
Decimal 12 59 57 0.80 0 0.03 0.77 177.45 0.66 0.14
Hex C 3B 39 50 0 3 4D B1 42 E
Octal 14 73 71 120 0 3 115 261 102 16
Binary 1100 111011 111001 1010000 0 11 1001101 10110001 1000010 1110

Color Harmonies of #0C3B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3B39

Black with #0C3B39

Text Example


Text Example

White with #0C3B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,59,57); }

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

background-color css

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

 a { background-color: rgb(12,59,57); }

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

border-color css

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

 span { border-color: rgb(12,59,57); }

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