Html Css Color HEX #000C21 Black Pearl

📋 copy color: '#000C21'

red 0 ◦ green 12 ◦ blue 33

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

Shades of Black Pearl #000C21

Tints of Black Pearl #000C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.67%

 BLUE value IS 33 (13.28% from 255) = 73.33%

R = 0%
G = 26.67%
B = 73.33%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000C21 (or 0x000C21) is known color: Black Pearl. HEX triplet: 00, 0C and 21. RGB value is (0,12,33). Sum of RGB (Red+Green+Blue) = 0+12+33=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 33 (13.28% from 255 or 73.33% from 45); Max value from RGB is 33 - color contains mainly: blue. Hex color #000C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C21 is #FFF3DE. Grayscale: #0A0A0A. Windows color (decimal): -16774111 or 2165760. OLE color: 2165760.

HSL color Cylindrical-coordinate representation of color #000C21: hue angle of 218.18º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C21 is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 12 33 -
CMYK 1 0.64 0 0.87
HSL 218.18º 1% 0.06% -
HSV(B) 218.18º 1% 0.13% -
XYZ 0.41 0.37 1.49 -
YUV 10.81 140.52 120.29 -
System Red Green Blue C M Y K H S L
Decimal 0 12 33 1 0.64 0 0.87 218.18 1 0.06
Hex 0 C 21 64 40 0 57 DA 64 6
Octal 0 14 41 144 100 0 127 332 144 6
Binary 0 1100 100001 1100100 1000000 0 1010111 11011010 1100100 110

Color Harmonies of #000C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000C21

Black with #000C21

Text Example


Text Example

White with #000C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000C21; }

 p { color: rgb(0,12,33); }

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

background-color css

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

 a { background-color: rgb(0,12,33); }

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

border-color css

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

 span { border-color: rgb(0,12,33); }

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