Html Css Color HEX #002633 Black Pearl

📋 copy color: '#002633'

red 0 ◦ green 38 ◦ blue 51

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

Shades of Black Pearl #002633

Tints of Black Pearl #002633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.7%

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

R = 0%
G = 42.7%
B = 57.3%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#002633 (or 0x002633) is known color: Black Pearl. HEX triplet: 00, 26 and 33. RGB value is (0,38,51). Sum of RGB (Red+Green+Blue) = 0+38+51=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #002633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002633 is #FFD9CC. Grayscale: #1C1C1C. Windows color (decimal): -16767437 or 3352064. OLE color: 3352064.

HSL color Cylindrical-coordinate representation of color #002633: hue angle of 195.29º 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 #002633 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 38 51 -
CMYK 1 0.25 0 0.8
HSL 195.29º 1% 0.1% -
HSV(B) 195.29º 1% 0.2% -
XYZ 1.29 1.63 3.38 -
YUV 28.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 0 38 51 1 0.25 0 0.8 195.29 1 0.1
Hex 0 26 33 64 19 0 50 C3 64 A
Octal 0 46 63 144 31 0 120 303 144 12
Binary 0 100110 110011 1100100 11001 0 1010000 11000011 1100100 1010

Color Harmonies of #002633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002633

Black with #002633

Text Example


Text Example

White with #002633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002633; }

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

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

background-color css

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

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

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

border-color css

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

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

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