Html Css Color HEX #001834 Black Pearl

📋 copy color: '#001834'

red 0 ◦ green 24 ◦ blue 52

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

Shades of Black Pearl #001834

Tints of Black Pearl #001834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 68.42%

R = 0%
G = 31.58%
B = 68.42%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#001834 (or 0x001834) is known color: Black Pearl. HEX triplet: 00, 18 and 34. RGB value is (0,24,52). Sum of RGB (Red+Green+Blue) = 0+24+52=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 52 (20.70% from 255 or 68.42% from 76); Max value from RGB is 52 - color contains mainly: blue. Hex color #001834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001834 is #FFE7CB. Grayscale: #131313. Windows color (decimal): -16771020 or 3414016. OLE color: 3414016.

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

Color convert

RGB 0 24 52 -
CMYK 1 0.54 0 0.80
HSL 212.31º 1% 0.1% -
HSV(B) 212.31º 1% 0.2% -
XYZ 0.95 0.9 3.37 -
YUV 20.02 146.05 113.72 -
System Red Green Blue C M Y K H S L
Decimal 0 24 52 1 0.54 0 0.80 212.31 1 0.1
Hex 0 18 34 64 36 0 50 D4 64 A
Octal 0 30 64 144 66 0 120 324 144 12
Binary 0 11000 110100 1100100 110110 0 1010000 11010100 1100100 1010

Color Harmonies of #001834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001834

Black with #001834

Text Example


Text Example

White with #001834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001834; }

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

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

background-color css

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

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

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

border-color css

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

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

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