Html Css Color HEX #00272C Black Pearl

📋 copy color: '#00272C'

red 0 ◦ green 39 ◦ blue 44

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

Shades of Black Pearl #00272C

Tints of Black Pearl #00272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 46.99%

 BLUE value IS 44 (17.58% from 255) = 53.01%

R = 0%
G = 46.99%
B = 53.01%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00272C (or 0x00272C) is known color: Black Pearl. HEX triplet: 00, 27 and 2C. RGB value is (0,39,44). Sum of RGB (Red+Green+Blue) = 0+39+44=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #00272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00272C is #FFD8D3. Grayscale: #1B1B1B. Windows color (decimal): -16767188 or 2893568. OLE color: 2893568.

HSL color Cylindrical-coordinate representation of color #00272C: hue angle of 186.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00272C is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 39 44 -
CMYK 1 0.11 0 0.83
HSL 186.82º 1% 0.09% -
HSV(B) 186.82º 1% 0.17% -
XYZ 1.18 1.63 2.64 -
YUV 27.91 137.08 108.09 -
System Red Green Blue C M Y K H S L
Decimal 0 39 44 1 0.11 0 0.83 186.82 1 0.09
Hex 0 27 2C 64 B 0 53 BB 64 9
Octal 0 47 54 144 13 0 123 273 144 11
Binary 0 100111 101100 1100100 1011 0 1010011 10111011 1100100 1001

Color Harmonies of #00272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00272C

Black with #00272C

Text Example


Text Example

White with #00272C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,39,44); }

 H1.HeaderClassName
 {
   color: #00272C;
 }
 .AnyTagClassName
 {
   color: #00272C;
 }
</style>

background-color css

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

 a { background-color: rgb(0,39,44); }

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

border-color css

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

 span { border-color: rgb(0,39,44); }

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