Html Css Color HEX #10252A Black Pearl

📋 copy color: '#10252A'

red 16 ◦ green 37 ◦ blue 42

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

Shades of Black Pearl #10252A

Tints of Black Pearl #10252A

RGB

 RED value IS 16 (6.64% from 255) = 16.84%

 GREEN value IS 37 (14.84% from 255) = 38.95%

 BLUE value IS 42 (16.8% from 255) = 44.21%

R = 16.84%
G = 38.95%
B = 44.21%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#10252A (or 0x10252A) is known color: Black Pearl. HEX triplet: 10, 25 and 2A. RGB value is (16,37,42). Sum of RGB (Red+Green+Blue) = 16+37+42=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #10252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10252A is #EFDAD5. Grayscale: #1F1F1F. Windows color (decimal): -15719126 or 2762000. OLE color: 2762000.

HSL color Cylindrical-coordinate representation of color #10252A: hue angle of 191.54º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10252A is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 16 37 42 -
CMYK 0.62 0.12 0 0.84
HSL 191.54º 0.45% 0.11% -
HSV(B) 191.54º 0.62% 0.16% -
XYZ 1.29 1.6 2.43 -
YUV 31.29 134.04 117.09 -
System Red Green Blue C M Y K H S L
Decimal 16 37 42 0.62 0.12 0 0.84 191.54 0.45 0.11
Hex 10 25 2A 3E C 0 54 C0 2D B
Octal 20 45 52 76 14 0 124 300 55 13
Binary 10000 100101 101010 111110 1100 0 1010100 11000000 101101 1011

Color Harmonies of #10252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10252A

Black with #10252A

Text Example


Text Example

White with #10252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10252A; }

 p { color: rgb(16,37,42); }

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

background-color css

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

 a { background-color: rgb(16,37,42); }

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

border-color css

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

 span { border-color: rgb(16,37,42); }

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