Html Css Color HEX #00383A Cyprus

📋 copy color: '#00383A'

red 0 ◦ green 56 ◦ blue 58

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

Shades of Cyprus #00383A

Tints of Cyprus #00383A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 56 (22.27% from 255) = 49.12%

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

R = 0%
G = 49.12%
B = 50.88%

CMYK

 C value IS 1

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00383A (or 0x00383A) is known color: Cyprus. HEX triplet: 00, 38 and 3A. RGB value is (0,56,58). Sum of RGB (Red+Green+Blue) = 0+56+58=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #00383A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00383A is #FFC7C5. Grayscale: #272727. Windows color (decimal): -16762822 or 3815424. OLE color: 3815424.

HSL color Cylindrical-coordinate representation of color #00383A: hue angle of 182.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00383A is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 56 58 -
CMYK 1 0.03 0 0.77
HSL 182.07º 1% 0.11% -
HSV(B) 182.07º 1% 0.23% -
XYZ 2.18 3.13 4.49 -
YUV 39.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 0 56 58 1 0.03 0 0.77 182.07 1 0.11
Hex 0 38 3A 64 3 0 4D B6 64 B
Octal 0 70 72 144 3 0 115 266 144 13
Binary 0 111000 111010 1100100 11 0 1001101 10110110 1100100 1011

Color Harmonies of #00383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00383A

Black with #00383A

Text Example


Text Example

White with #00383A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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