Html Css Color HEX #002834 Black Pearl

📋 copy color: '#002834'

red 0 ◦ green 40 ◦ blue 52

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

Shades of Black Pearl #002834

Tints of Black Pearl #002834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 43.48%

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

R = 0%
G = 43.48%
B = 56.52%

CMYK

 C value IS 1

 M value IS 0.23

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002834 (or 0x002834) is known color: Black Pearl. HEX triplet: 00, 28 and 34. RGB value is (0,40,52). Sum of RGB (Red+Green+Blue) = 0+40+52=92 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 92); Green value is 40 (16.02% from 255 or 43.48% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #002834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002834 is #FFD7CB. Grayscale: #1D1D1D. Windows color (decimal): -16766924 or 3418112. OLE color: 3418112.

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

Color convert

RGB 0 40 52 -
CMYK 1 0.23 0 0.80
HSL 193.85º 1% 0.1% -
HSV(B) 193.85º 1% 0.2% -
XYZ 1.38 1.77 3.52 -
YUV 29.41 140.75 107.02 -
System Red Green Blue C M Y K H S L
Decimal 0 40 52 1 0.23 0 0.80 193.85 1 0.1
Hex 0 28 34 64 17 0 50 C2 64 A
Octal 0 50 64 144 27 0 120 302 144 12
Binary 0 101000 110100 1100100 10111 0 1010000 11000010 1100100 1010

Color Harmonies of #002834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002834

Black with #002834

Text Example


Text Example

White with #002834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002834; }

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

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

background-color css

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

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

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

border-color css

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

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

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