Html Css Color HEX #0D1925 Black Pearl

📋 copy color: '#0D1925'

red 13 ◦ green 25 ◦ blue 37

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

Shades of Black Pearl #0D1925

Tints of Black Pearl #0D1925

RGB

 RED value IS 13 (5.47% from 255) = 17.33%

 GREEN value IS 25 (10.16% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 49.33%

R = 17.33%
G = 33.33%
B = 49.33%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0D1925 (or 0x0D1925) is known color: Black Pearl. HEX triplet: 0D, 19 and 25. RGB value is (13,25,37). Sum of RGB (Red+Green+Blue) = 13+25+37=75 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.33% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D1925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D1925 is #F2E6DA. Grayscale: #161616. Windows color (decimal): -15918811 or 2431245. OLE color: 2431245.

HSL color Cylindrical-coordinate representation of color #0D1925: hue angle of 210º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D1925 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 25 37 -
CMYK 0.65 0.32 0 0.85
HSL 210º 0.48% 0.1% -
HSV(B) 210º 0.65% 0.15% -
XYZ 0.85 0.91 1.88 -
YUV 22.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 13 25 37 0.65 0.32 0 0.85 210 0.48 0.1
Hex D 19 25 41 20 0 55 D2 30 A
Octal 15 31 45 101 40 0 125 322 60 12
Binary 1101 11001 100101 1000001 100000 0 1010101 11010010 110000 1010

Color Harmonies of #0D1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1925

Black with #0D1925

Text Example


Text Example

White with #0D1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D1925; }

 p { color: rgb(13,25,37); }

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

background-color css

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

 a { background-color: rgb(13,25,37); }

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

border-color css

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

 span { border-color: rgb(13,25,37); }

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