Html Css Color HEX #13212B Black Pearl

📋 copy color: '#13212B'

red 19 ◦ green 33 ◦ blue 43

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

Shades of Black Pearl #13212B

Tints of Black Pearl #13212B

RGB

 RED value IS 19 (7.81% from 255) = 20%

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

 BLUE value IS 43 (17.19% from 255) = 45.26%

R = 20%
G = 34.74%
B = 45.26%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#13212B (or 0x13212B) is known color: Black Pearl. HEX triplet: 13, 21 and 2B. RGB value is (19,33,43). Sum of RGB (Red+Green+Blue) = 19+33+43=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #13212B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13212B is #ECDED4. Grayscale: #1D1D1D. Windows color (decimal): -15523541 or 2826515. OLE color: 2826515.

HSL color Cylindrical-coordinate representation of color #13212B: hue angle of 205º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13212B is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 19 33 43 -
CMYK 0.56 0.23 0 0.83
HSL 205º 0.39% 0.12% -
HSV(B) 205º 0.56% 0.17% -
XYZ 1.25 1.4 2.49 -
YUV 29.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 19 33 43 0.56 0.23 0 0.83 205 0.39 0.12
Hex 13 21 2B 38 17 0 53 CD 27 C
Octal 23 41 53 70 27 0 123 315 47 14
Binary 10011 100001 101011 111000 10111 0 1010011 11001101 100111 1100

Color Harmonies of #13212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13212B

Black with #13212B

Text Example


Text Example

White with #13212B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13212B; }

 p { color: rgb(19,33,43); }

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

background-color css

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

 a { background-color: rgb(19,33,43); }

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

border-color css

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

 span { border-color: rgb(19,33,43); }

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