Html Css Color HEX #0D0325 Blackcurrant

📋 copy color: '#0D0325'

red 13 ◦ green 3 ◦ blue 37

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

Shades of Blackcurrant #0D0325

Tints of Blackcurrant #0D0325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.66%

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

R = 24.53%
G = 5.66%
B = 69.81%

CMYK

 C value IS 0.65

 M value IS 0.92

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0D0325 (or 0x0D0325) is known color: Blackcurrant. HEX triplet: 0D, 03 and 25. RGB value is (13,3,37). Sum of RGB (Red+Green+Blue) = 13+3+37=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 3 (1.56% from 255 or 5.66% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0325 is #F2FCDA. Grayscale: #090909. Windows color (decimal): -15924443 or 2425613. OLE color: 2425613.

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

Color convert

RGB 13 3 37 -
CMYK 0.65 0.92 0 0.85
HSL 257.65º 0.85% 0.08% -
HSV(B) 257.65º 0.92% 0.15% -
XYZ 0.53 0.28 1.78 -
YUV 9.87 143.31 130.24 -
System Red Green Blue C M Y K H S L
Decimal 13 3 37 0.65 0.92 0 0.85 257.65 0.85 0.08
Hex D 3 25 41 5C 0 55 102 55 8
Octal 15 3 45 101 134 0 125 402 125 10
Binary 1101 11 100101 1000001 1011100 0 1010101 100000010 1010101 1000

Color Harmonies of #0D0325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0325

Black with #0D0325

Text Example


Text Example

White with #0D0325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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