Html Css Color HEX #170130 Blackcurrant

📋 copy color: '#170130'

red 23 ◦ green 1 ◦ blue 48

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

Shades of Blackcurrant #170130

Tints of Blackcurrant #170130

RGB

 RED value IS 23 (9.38% from 255) = 31.94%

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

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 31.94%
G = 1.39%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#170130 (or 0x170130) is known color: Blackcurrant. HEX triplet: 17, 01 and 30. RGB value is (23,1,48). Sum of RGB (Red+Green+Blue) = 23+1+48=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #170130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170130 is #E8FECF. Grayscale: #0C0C0C. Windows color (decimal): -15269584 or 3146007. OLE color: 3146007.

HSL color Cylindrical-coordinate representation of color #170130: hue angle of 268.09º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170130 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 1 48 -
CMYK 0.52 0.98 0 0.81
HSL 268.09º 0.96% 0.1% -
HSV(B) 268.09º 0.98% 0.19% -
XYZ 0.9 0.42 2.83 -
YUV 12.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 23 1 48 0.52 0.98 0 0.81 268.09 0.96 0.1
Hex 17 1 30 34 62 0 51 10C 60 A
Octal 27 1 60 64 142 0 121 414 140 12
Binary 10111 1 110000 110100 1100010 0 1010001 100001100 1100000 1010

Color Harmonies of #170130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170130

Black with #170130

Text Example


Text Example

White with #170130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170130; }

 p { color: rgb(23,1,48); }

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

background-color css

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

 a { background-color: rgb(23,1,48); }

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

border-color css

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

 span { border-color: rgb(23,1,48); }

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