Html Css Color HEX #17002F Blackcurrant

📋 copy color: '#17002F'

red 23 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #17002F

Tints of Blackcurrant #17002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 67.14%

R = 32.86%
G = 0%
B = 67.14%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17002F (or 0x17002F) is known color: Blackcurrant. HEX triplet: 17, 00 and 2F. RGB value is (23,0,47). Sum of RGB (Red+Green+Blue) = 23+0+47=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #17002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17002F is #E8FFD0. Grayscale: #0C0C0C. Windows color (decimal): -15269841 or 3080215. OLE color: 3080215.

HSL color Cylindrical-coordinate representation of color #17002F: hue angle of 269.36º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17002F is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 0 47 -
CMYK 0.51 1 0 0.82
HSL 269.36º 1% 0.09% -
HSV(B) 269.36º 1% 0.18% -
XYZ 0.87 0.39 2.72 -
YUV 12.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 23 0 47 0.51 1 0 0.82 269.36 1 0.09
Hex 17 0 2F 33 64 0 52 10D 64 9
Octal 27 0 57 63 144 0 122 415 144 11
Binary 10111 0 101111 110011 1100100 0 1010010 100001101 1100100 1001

Color Harmonies of #17002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17002F

Black with #17002F

Text Example


Text Example

White with #17002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17002F; }

 p { color: rgb(23,0,47); }

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

background-color css

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

 a { background-color: rgb(23,0,47); }

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

border-color css

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

 span { border-color: rgb(23,0,47); }

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