Html Css Color HEX #170228 Blackcurrant

📋 copy color: '#170228'

red 23 ◦ green 2 ◦ blue 40

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

Shades of Blackcurrant #170228

Tints of Blackcurrant #170228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.08%

 BLUE value IS 40 (16.02% from 255) = 61.54%

R = 35.38%
G = 3.08%
B = 61.54%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#170228 (or 0x170228) is known color: Blackcurrant. HEX triplet: 17, 02 and 28. RGB value is (23,2,40). Sum of RGB (Red+Green+Blue) = 23+2+40=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #170228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170228 is #E8FDD7. Grayscale: #0C0C0C. Windows color (decimal): -15269336 or 2621975. OLE color: 2621975.

HSL color Cylindrical-coordinate representation of color #170228: hue angle of 273.16º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170228 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 2 40 -
CMYK 0.43 0.95 0 0.84
HSL 273.16º 0.9% 0.08% -
HSV(B) 273.16º 0.95% 0.16% -
XYZ 0.76 0.38 2.04 -
YUV 12.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 23 2 40 0.43 0.95 0 0.84 273.16 0.9 0.08
Hex 17 2 28 2B 5F 0 54 111 5A 8
Octal 27 2 50 53 137 0 124 421 132 10
Binary 10111 10 101000 101011 1011111 0 1010100 100010001 1011010 1000

Color Harmonies of #170228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170228

Black with #170228

Text Example


Text Example

White with #170228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170228; }

 p { color: rgb(23,2,40); }

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

background-color css

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

 a { background-color: rgb(23,2,40); }

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

border-color css

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

 span { border-color: rgb(23,2,40); }

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