Html Css Color HEX #0D0124 Blackcurrant

📋 copy color: '#0D0124'

red 13 ◦ green 1 ◦ blue 36

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

Shades of Blackcurrant #0D0124

Tints of Blackcurrant #0D0124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2%

 BLUE value IS 36 (14.45% from 255) = 72%

R = 26%
G = 2%
B = 72%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0D0124 (or 0x0D0124) is known color: Blackcurrant. HEX triplet: 0D, 01 and 24. RGB value is (13,1,36). Sum of RGB (Red+Green+Blue) = 13+1+36=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #0D0124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0124 is #F2FEDB. Grayscale: #080808. Windows color (decimal): -15924956 or 2359565. OLE color: 2359565.

HSL color Cylindrical-coordinate representation of color #0D0124: hue angle of 260.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D0124 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 13 1 36 -
CMYK 0.64 0.97 0 0.86
HSL 260.57º 0.95% 0.07% -
HSV(B) 260.57º 0.97% 0.14% -
XYZ 0.5 0.23 1.69 -
YUV 8.58 143.48 131.15 -
System Red Green Blue C M Y K H S L
Decimal 13 1 36 0.64 0.97 0 0.86 260.57 0.95 0.07
Hex D 1 24 40 61 0 56 105 5F 7
Octal 15 1 44 100 141 0 126 405 137 7
Binary 1101 1 100100 1000000 1100001 0 1010110 100000101 1011111 111

Color Harmonies of #0D0124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0124

Black with #0D0124

Text Example


Text Example

White with #0D0124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,1,36); }

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

background-color css

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

 a { background-color: rgb(13,1,36); }

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

border-color css

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

 span { border-color: rgb(13,1,36); }

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