Html Css Color HEX #0C0029 Blackcurrant

📋 copy color: '#0C0029'

red 12 ◦ green 0 ◦ blue 41

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

Shades of Blackcurrant #0C0029

Tints of Blackcurrant #0C0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.64%
G = 0%
B = 77.36%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0C0029 (or 0x0C0029) is known color: Blackcurrant. HEX triplet: 0C, 00 and 29. RGB value is (12,0,41). Sum of RGB (Red+Green+Blue) = 12+0+41=53 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.64% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 41 (16.41% from 255 or 77.36% from 53); Max value from RGB is 41 - color contains mainly: blue. Hex color #0C0029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0029 is #F3FFD6. Grayscale: #080808. Windows color (decimal): -15990743 or 2686988. OLE color: 2686988.

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

Color convert

RGB 12 0 41 -
CMYK 0.71 1 0 0.84
HSL 257.56º 1% 0.08% -
HSV(B) 257.56º 1% 0.16% -
XYZ 0.55 0.24 2.11 -
YUV 8.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 12 0 41 0.71 1 0 0.84 257.56 1 0.08
Hex C 0 29 47 64 0 54 102 64 8
Octal 14 0 51 107 144 0 124 402 144 10
Binary 1100 0 101001 1000111 1100100 0 1010100 100000010 1100100 1000

Color Harmonies of #0C0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0029

Black with #0C0029

Text Example


Text Example

White with #0C0029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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