Html Css Color HEX #002134 Black Pearl

📋 copy color: '#002134'

red 0 ◦ green 33 ◦ blue 52

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

Shades of Black Pearl #002134

Tints of Black Pearl #002134

RGB

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

 GREEN value IS 33 (13.28% from 255) = 38.82%

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

R = 0%
G = 38.82%
B = 61.18%

CMYK

 C value IS 1

 M value IS 0.37

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002134 (or 0x002134) is known color: Black Pearl. HEX triplet: 00, 21 and 34. RGB value is (0,33,52). Sum of RGB (Red+Green+Blue) = 0+33+52=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #002134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002134 is #FFDECB. Grayscale: #191919. Windows color (decimal): -16768716 or 3416320. OLE color: 3416320.

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

Color convert

RGB 0 33 52 -
CMYK 1 0.37 0 0.80
HSL 201.92º 1% 0.1% -
HSV(B) 201.92º 1% 0.2% -
XYZ 1.16 1.34 3.45 -
YUV 25.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 0 33 52 1 0.37 0 0.80 201.92 1 0.1
Hex 0 21 34 64 25 0 50 CA 64 A
Octal 0 41 64 144 45 0 120 312 144 12
Binary 0 100001 110100 1100100 100101 0 1010000 11001010 1100100 1010

Color Harmonies of #002134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002134

Black with #002134

Text Example


Text Example

White with #002134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002134; }

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

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

background-color css

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

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

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

border-color css

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

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

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