Html Css Color HEX #001223 Black Pearl

📋 copy color: '#001223'

red 0 ◦ green 18 ◦ blue 35

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

Shades of Black Pearl #001223

Tints of Black Pearl #001223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.96%

 BLUE value IS 35 (14.06% from 255) = 66.04%

R = 0%
G = 33.96%
B = 66.04%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001223 (or 0x001223) is known color: Black Pearl. HEX triplet: 00, 12 and 23. RGB value is (0,18,35). Sum of RGB (Red+Green+Blue) = 0+18+35=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #001223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001223 is #FFEDDC. Grayscale: #0E0E0E. Windows color (decimal): -16772573 or 2298368. OLE color: 2298368.

HSL color Cylindrical-coordinate representation of color #001223: hue angle of 209.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001223 is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 18 35 -
CMYK 1 0.49 0 0.86
HSL 209.14º 1% 0.07% -
HSV(B) 209.14º 1% 0.14% -
XYZ 0.52 0.55 1.67 -
YUV 14.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 0 18 35 1 0.49 0 0.86 209.14 1 0.07
Hex 0 12 23 64 31 0 56 D1 64 7
Octal 0 22 43 144 61 0 126 321 144 7
Binary 0 10010 100011 1100100 110001 0 1010110 11010001 1100100 111

Color Harmonies of #001223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001223

Black with #001223

Text Example


Text Example

White with #001223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001223; }

 p { color: rgb(0,18,35); }

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

background-color css

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

 a { background-color: rgb(0,18,35); }

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

border-color css

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

 span { border-color: rgb(0,18,35); }

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