#00262c

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

Shades of Black Pearl #00262C

Tints of Black Pearl #00262C

Color information

#00262C (or 0x00262C) is unknown color: approx Black Pearl. HEX triplet: 00, 26 and 2C. RGB value is (0,38,44). Sum of RGB (Red+Green+Blue) = 0+38+44=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #00262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00262C is #FFD9D3. Grayscale: #1B1B1B. Windows color (decimal): -16767444 or 2893312. OLE color: 2893312.

HSL color Cylindrical-coordinate representation of color #00262C: hue angle of 188.18º 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 #00262C is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB03844-
CMYK10.1400.83
HSL188.18º100%8.63%-
HSV(B)188.18º100%17.25%-
XYZ1.151.572.63-
YUV27.32137.41108.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 38 (15.23% from 255) = 46.34%
BLUE value IS 44 (17.58% from 255) = 53.66%
R=0%
G=46.34%
B=53.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0384410.1400.83188.181008.63
Hex0262C64E053bc649
Octal0465414416012327414411
Binary010011010110011001001110010100111011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00262c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00262c; }

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

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

<style>
 a { background-color: #00262c; }

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

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

<style>
 span { border-color: #00262c; }

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

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