Html Css Color HEX #12002F Blackcurrant

📋 copy color: '#12002F'

red 18 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #12002F

Tints of Blackcurrant #12002F

RGB

 RED value IS 18 (7.42% from 255) = 27.69%

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

 BLUE value IS 47 (18.75% from 255) = 72.31%

R = 27.69%
G = 0%
B = 72.31%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12002F (or 0x12002F) is known color: Blackcurrant. HEX triplet: 12, 00 and 2F. RGB value is (18,0,47). Sum of RGB (Red+Green+Blue) = 18+0+47=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #12002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12002F is #EDFFD0. Grayscale: #0A0A0A. Windows color (decimal): -15597521 or 3080210. OLE color: 3080210.

HSL color Cylindrical-coordinate representation of color #12002F: hue angle of 262.98º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12002F is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 0 47 -
CMYK 0.62 1 0 0.82
HSL 262.98º 1% 0.09% -
HSV(B) 262.98º 1% 0.18% -
XYZ 0.76 0.33 2.71 -
YUV 10.74 148.46 133.18 -
System Red Green Blue C M Y K H S L
Decimal 18 0 47 0.62 1 0 0.82 262.98 1 0.09
Hex 12 0 2F 3E 64 0 52 107 64 9
Octal 22 0 57 76 144 0 122 407 144 11
Binary 10010 0 101111 111110 1100100 0 1010010 100000111 1100100 1001

Color Harmonies of #12002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12002F

Black with #12002F

Text Example


Text Example

White with #12002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12002F; }

 p { color: rgb(18,0,47); }

 H1.HeaderClassName
 {
   color: #12002F;
 }
 .AnyTagClassName
 {
   color: #12002F;
 }
</style>

background-color css

<style>
 a { background-color: #12002F; }

 a { background-color: rgb(18,0,47); }

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

border-color css

<style>
 span { border-color: #12002F; }

 span { border-color: rgb(18,0,47); }

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