Html Css Color HEX #100125 Blackcurrant

📋 copy color: '#100125'

red 16 ◦ green 1 ◦ blue 37

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

Shades of Blackcurrant #100125

Tints of Blackcurrant #100125

RGB

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

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

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

R = 29.63%
G = 1.85%
B = 68.52%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#100125 (or 0x100125) is known color: Blackcurrant. HEX triplet: 10, 01 and 25. RGB value is (16,1,37). Sum of RGB (Red+Green+Blue) = 16+1+37=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 37 (14.84% from 255 or 68.52% from 54); Max value from RGB is 37 - color contains mainly: blue. Hex color #100125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100125 is #EFFEDA. Grayscale: #090909. Windows color (decimal): -15728347 or 2425104. OLE color: 2425104.

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

Color convert

RGB 16 1 37 -
CMYK 0.57 0.97 0 0.85
HSL 265º 0.95% 0.07% -
HSV(B) 265º 0.97% 0.15% -
XYZ 0.56 0.27 1.77 -
YUV 9.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 16 1 37 0.57 0.97 0 0.85 265 0.95 0.07
Hex 10 1 25 39 61 0 55 109 5F 7
Octal 20 1 45 71 141 0 125 411 137 7
Binary 10000 1 100101 111001 1100001 0 1010101 100001001 1011111 111

Color Harmonies of #100125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100125

Black with #100125

Text Example


Text Example

White with #100125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100125; }

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

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

background-color css

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

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

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

border-color css

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

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

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