Html Css Color HEX #100025 Blackcurrant

📋 copy color: '#100025'

red 16 ◦ green 0 ◦ blue 37

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

Shades of Blackcurrant #100025

Tints of Blackcurrant #100025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 69.81%

R = 30.19%
G = 0%
B = 69.81%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#100025 (or 0x100025) is known color: Blackcurrant. HEX triplet: 10, 00 and 25. RGB value is (16,0,37). Sum of RGB (Red+Green+Blue) = 16+0+37=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #100025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100025 is #EFFFDA. Grayscale: #080808. Windows color (decimal): -15728603 or 2424848. OLE color: 2424848.

HSL color Cylindrical-coordinate representation of color #100025: hue angle of 265.95º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100025 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 16 0 37 -
CMYK 0.57 1 0 0.85
HSL 265.95º 1% 0.07% -
HSV(B) 265.95º 1% 0.15% -
XYZ 0.55 0.24 1.77 -
YUV 9 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 16 0 37 0.57 1 0 0.85 265.95 1 0.07
Hex 10 0 25 39 64 0 55 10A 64 7
Octal 20 0 45 71 144 0 125 412 144 7
Binary 10000 0 100101 111001 1100100 0 1010101 100001010 1100100 111

Color Harmonies of #100025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100025

Black with #100025

Text Example


Text Example

White with #100025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100025; }

 p { color: rgb(16,0,37); }

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

background-color css

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

 a { background-color: rgb(16,0,37); }

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

border-color css

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

 span { border-color: rgb(16,0,37); }

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