Html Css Color HEX #00182A Black Pearl

📋 copy color: '#00182A'

red 0 ◦ green 24 ◦ blue 42

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

Shades of Black Pearl #00182A

Tints of Black Pearl #00182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 36.36%

 BLUE value IS 42 (16.8% from 255) = 63.64%

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#00182A (or 0x00182A) is known color: Black Pearl. HEX triplet: 00, 18 and 2A. RGB value is (0,24,42). Sum of RGB (Red+Green+Blue) = 0+24+42=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #00182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00182A is #FFE7D5. Grayscale: #121212. Windows color (decimal): -16771030 or 2758656. OLE color: 2758656.

HSL color Cylindrical-coordinate representation of color #00182A: hue angle of 205.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00182A is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 24 42 -
CMYK 1 0.43 0 0.84
HSL 205.71º 1% 0.08% -
HSV(B) 205.71º 1% 0.16% -
XYZ 0.74 0.82 2.31 -
YUV 18.88 141.05 114.54 -
System Red Green Blue C M Y K H S L
Decimal 0 24 42 1 0.43 0 0.84 205.71 1 0.08
Hex 0 18 2A 64 2B 0 54 CE 64 8
Octal 0 30 52 144 53 0 124 316 144 10
Binary 0 11000 101010 1100100 101011 0 1010100 11001110 1100100 1000

Color Harmonies of #00182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00182A

Black with #00182A

Text Example


Text Example

White with #00182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00182A; }

 p { color: rgb(0,24,42); }

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

background-color css

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

 a { background-color: rgb(0,24,42); }

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

border-color css

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

 span { border-color: rgb(0,24,42); }

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