Html Css Color HEX #10042B Blackcurrant

📋 copy color: '#10042B'

red 16 ◦ green 4 ◦ blue 43

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

Shades of Blackcurrant #10042B

Tints of Blackcurrant #10042B

RGB

 RED value IS 16 (6.64% from 255) = 25.4%

 GREEN value IS 4 (1.95% from 255) = 6.35%

 BLUE value IS 43 (17.19% from 255) = 68.25%

R = 25.4%
G = 6.35%
B = 68.25%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#10042B (or 0x10042B) is known color: Blackcurrant. HEX triplet: 10, 04 and 2B. RGB value is (16,4,43). Sum of RGB (Red+Green+Blue) = 16+4+43=63 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.40% from 63); Green value is 4 (1.95% from 255 or 6.35% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #10042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10042B is #EFFBD4. Grayscale: #0B0B0B. Windows color (decimal): -15727573 or 2819088. OLE color: 2819088.

HSL color Cylindrical-coordinate representation of color #10042B: hue angle of 258.46º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10042B is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 16 4 43 -
CMYK 0.63 0.91 0 0.83
HSL 258.46º 0.83% 0.09% -
HSV(B) 258.46º 0.91% 0.17% -
XYZ 0.69 0.37 2.32 -
YUV 12.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 16 4 43 0.63 0.91 0 0.83 258.46 0.83 0.09
Hex 10 4 2B 3F 5B 0 53 102 53 9
Octal 20 4 53 77 133 0 123 402 123 11
Binary 10000 100 101011 111111 1011011 0 1010011 100000010 1010011 1001

Color Harmonies of #10042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10042B

Black with #10042B

Text Example


Text Example

White with #10042B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10042B; }

 p { color: rgb(16,4,43); }

 H1.HeaderClassName
 {
   color: #10042B;
 }
 .AnyTagClassName
 {
   color: #10042B;
 }
</style>

background-color css

<style>
 a { background-color: #10042B; }

 a { background-color: rgb(16,4,43); }

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

border-color css

<style>
 span { border-color: #10042B; }

 span { border-color: rgb(16,4,43); }

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