Html Css Color HEX #170A30 Blackcurrant

📋 copy color: '#170A30'

red 23 ◦ green 10 ◦ blue 48

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

Shades of Blackcurrant #170A30

Tints of Blackcurrant #170A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.35%

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

R = 28.4%
G = 12.35%
B = 59.26%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#170A30 (or 0x170A30) is known color: Blackcurrant. HEX triplet: 17, 0A and 30. RGB value is (23,10,48). Sum of RGB (Red+Green+Blue) = 23+10+48=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #170A30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A30 is #E8F5CF. Grayscale: #121212. Windows color (decimal): -15267280 or 3148311. OLE color: 3148311.

HSL color Cylindrical-coordinate representation of color #170A30: hue angle of 260.53º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #170A30 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 10 48 -
CMYK 0.52 0.79 0 0.81
HSL 260.53º 0.66% 0.11% -
HSV(B) 260.53º 0.79% 0.19% -
XYZ 1 0.61 2.86 -
YUV 18.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 23 10 48 0.52 0.79 0 0.81 260.53 0.66 0.11
Hex 17 A 30 34 4F 0 51 105 42 B
Octal 27 12 60 64 117 0 121 405 102 13
Binary 10111 1010 110000 110100 1001111 0 1010001 100000101 1000010 1011

Color Harmonies of #170A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170A30

Black with #170A30

Text Example


Text Example

White with #170A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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