Html Css Color HEX #0C0129 Blackcurrant

📋 copy color: '#0C0129'

red 12 ◦ green 1 ◦ blue 41

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

Shades of Blackcurrant #0C0129

Tints of Blackcurrant #0C0129

RGB

 RED value IS 12 (5.08% from 255) = 22.22%

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

 BLUE value IS 41 (16.41% from 255) = 75.93%

R = 22.22%
G = 1.85%
B = 75.93%

CMYK

 C value IS 0.71

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C0129 (or 0x0C0129) is known color: Blackcurrant. HEX triplet: 0C, 01 and 29. RGB value is (12,1,41). Sum of RGB (Red+Green+Blue) = 12+1+41=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 41 (16.41% from 255 or 75.93% from 54); Max value from RGB is 41 - color contains mainly: blue. Hex color #0C0129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0129 is #F3FED6. Grayscale: #080808. Windows color (decimal): -15990487 or 2687244. OLE color: 2687244.

HSL color Cylindrical-coordinate representation of color #0C0129: hue angle of 256.5º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0129 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 12 1 41 -
CMYK 0.71 0.98 0 0.84
HSL 256.5º 0.95% 0.08% -
HSV(B) 256.5º 0.98% 0.16% -
XYZ 0.56 0.26 2.12 -
YUV 8.85 146.14 130.25 -
System Red Green Blue C M Y K H S L
Decimal 12 1 41 0.71 0.98 0 0.84 256.5 0.95 0.08
Hex C 1 29 47 62 0 54 100 5F 8
Octal 14 1 51 107 142 0 124 400 137 10
Binary 1100 1 101001 1000111 1100010 0 1010100 100000000 1011111 1000

Color Harmonies of #0C0129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0129

Black with #0C0129

Text Example


Text Example

White with #0C0129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,1,41); }

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

background-color css

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

 a { background-color: rgb(12,1,41); }

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

border-color css

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

 span { border-color: rgb(12,1,41); }

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