Html Css Color HEX #002326 Black Pearl

📋 copy color: '#002326'

red 0 ◦ green 35 ◦ blue 38

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

Shades of Black Pearl #002326

Tints of Black Pearl #002326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 47.95%

 BLUE value IS 38 (15.23% from 255) = 52.05%

R = 0%
G = 47.95%
B = 52.05%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#002326 (or 0x002326) is known color: Black Pearl. HEX triplet: 00, 23 and 26. RGB value is (0,35,38). Sum of RGB (Red+Green+Blue) = 0+35+38=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #002326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002326 is #FFDCD9. Grayscale: #181818. Windows color (decimal): -16768218 or 2499328. OLE color: 2499328.

HSL color Cylindrical-coordinate representation of color #002326: hue angle of 184.74º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002326 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 35 38 -
CMYK 1 0.08 0 0.85
HSL 184.74º 1% 0.07% -
HSV(B) 184.74º 1% 0.15% -
XYZ 0.95 1.34 2.04 -
YUV 24.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 0 35 38 1 0.08 0 0.85 184.74 1 0.07
Hex 0 23 26 64 8 0 55 B9 64 7
Octal 0 43 46 144 10 0 125 271 144 7
Binary 0 100011 100110 1100100 1000 0 1010101 10111001 1100100 111

Color Harmonies of #002326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002326

Black with #002326

Text Example


Text Example

White with #002326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002326; }

 p { color: rgb(0,35,38); }

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

background-color css

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

 a { background-color: rgb(0,35,38); }

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

border-color css

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

 span { border-color: rgb(0,35,38); }

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