#00383C

Color #00383C Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #00383C

Tints of Cyprus #00383C

Color information

#00383C (or 0x00383C) is unknown color: approx Cyprus. HEX triplet: 00, 38 and 3C. RGB value is (0,56,60). Sum of RGB (Red+Green+Blue) = 0+56+60=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #00383C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00383C is #FFC7C3. Grayscale: #272727. Windows color (decimal): -16762820 or 3946496. OLE color: 3946496.

HSL color Cylindrical-coordinate representation of color #00383C: hue angle of 184º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00383C is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB05660-
CMYK10.0700.76
HSL184º100%11.76%-
HSV(B)184º100%23.53%-
XYZ2.233.154.77-
YUV39.71139.4599.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 56 (22.27% from 255) = 48.28%
BLUE value IS 60 (23.83% from 255) = 51.72%
R=0%
G=48.28%
B=51.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0566010.0700.7618410011.76
Hex0383C64704Cb864c
Octal070741447011427014414
Binary01110001111001100100111010011001011100011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00383C; }

 p { color: rgb(0,56,60); }

 H1.HeaderClassName
 {
   color: #00383C;
 }
 .AnyTagClassName
 {
   color: #00383C;
 }
</style>
background-color css

<style>
 a { background-color: #00383C; }

 a { background-color: rgb(0,56,60); }

 div.DivClassName
 {
   background-color: #00383C;
 }
 .BgClassName
 {
   background-color: #00383C;
 }
</style>
border-color css

<style>
 span { border-color: #00383C; }

 span { border-color: rgb(0,56,60); }

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