Html Css Color HEX #031223 Black Pearl

📋 copy color: '#031223'

red 3 ◦ green 18 ◦ blue 35

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

Shades of Black Pearl #031223

Tints of Black Pearl #031223

RGB

 RED value IS 3 (1.56% from 255) = 5.36%

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

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

R = 5.36%
G = 32.14%
B = 62.5%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#031223 (or 0x031223) is known color: Black Pearl. HEX triplet: 03, 12 and 23. RGB value is (3,18,35). Sum of RGB (Red+Green+Blue) = 3+18+35=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #031223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031223 is #FCEDDC. Grayscale: #0F0F0F. Windows color (decimal): -16575965 or 2298371. OLE color: 2298371.

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

Color convert

RGB 3 18 35 -
CMYK 0.91 0.49 0 0.86
HSL 211.88º 0.84% 0.07% -
HSV(B) 211.88º 0.91% 0.14% -
XYZ 0.56 0.57 1.67 -
YUV 15.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 3 18 35 0.91 0.49 0 0.86 211.88 0.84 0.07
Hex 3 12 23 5B 31 0 56 D4 54 7
Octal 3 22 43 133 61 0 126 324 124 7
Binary 11 10010 100011 1011011 110001 0 1010110 11010100 1010100 111

Color Harmonies of #031223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031223

Black with #031223

Text Example


Text Example

White with #031223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031223; }

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

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

background-color css

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

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

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

border-color css

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

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

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