Html Css Color HEX #001B2A Black Pearl

📋 copy color: '#001B2A'

red 0 ◦ green 27 ◦ blue 42

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

Shades of Black Pearl #001B2A

Tints of Black Pearl #001B2A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 39.13%

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

R = 0%
G = 39.13%
B = 60.87%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001B2A (or 0x001B2A) is known color: Black Pearl. HEX triplet: 00, 1B and 2A. RGB value is (0,27,42). Sum of RGB (Red+Green+Blue) = 0+27+42=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #001B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2A is #FFE4D5. Grayscale: #141414. Windows color (decimal): -16770262 or 2759424. OLE color: 2759424.

HSL color Cylindrical-coordinate representation of color #001B2A: hue angle of 201.43º 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 #001B2A is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 27 42 -
CMYK 1 0.36 0 0.84
HSL 201.43º 1% 0.08% -
HSV(B) 201.43º 1% 0.16% -
XYZ 0.81 0.95 2.33 -
YUV 20.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 0 27 42 1 0.36 0 0.84 201.43 1 0.08
Hex 0 1B 2A 64 24 0 54 C9 64 8
Octal 0 33 52 144 44 0 124 311 144 10
Binary 0 11011 101010 1100100 100100 0 1010100 11001001 1100100 1000

Color Harmonies of #001B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B2A

Black with #001B2A

Text Example


Text Example

White with #001B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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