Html Css Color HEX #001C33 Black Pearl

📋 copy color: '#001C33'

red 0 ◦ green 28 ◦ blue 51

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

Shades of Black Pearl #001C33

Tints of Black Pearl #001C33

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

 BLUE value IS 51 (20.31% from 255) = 64.56%

R = 0%
G = 35.44%
B = 64.56%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#001C33 (or 0x001C33) is known color: Black Pearl. HEX triplet: 00, 1C and 33. RGB value is (0,28,51). Sum of RGB (Red+Green+Blue) = 0+28+51=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 51 (20.31% from 255 or 64.56% from 79); Max value from RGB is 51 - color contains mainly: blue. Hex color #001C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C33 is #FFE3CC. Grayscale: #161616. Windows color (decimal): -16769997 or 3349504. OLE color: 3349504.

HSL color Cylindrical-coordinate representation of color #001C33: hue angle of 207.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C33 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 28 51 -
CMYK 1 0.45 0 0.8
HSL 207.06º 1% 0.1% -
HSV(B) 207.06º 1% 0.2% -
XYZ 1.01 1.07 3.29 -
YUV 22.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 0 28 51 1 0.45 0 0.8 207.06 1 0.1
Hex 0 1C 33 64 2D 0 50 CF 64 A
Octal 0 34 63 144 55 0 120 317 144 12
Binary 0 11100 110011 1100100 101101 0 1010000 11001111 1100100 1010

Color Harmonies of #001C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C33

Black with #001C33

Text Example


Text Example

White with #001C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001C33; }

 p { color: rgb(0,28,51); }

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

background-color css

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

 a { background-color: rgb(0,28,51); }

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

border-color css

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

 span { border-color: rgb(0,28,51); }

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