Html Css Color HEX #170525 Blackcurrant

📋 copy color: '#170525'

red 23 ◦ green 5 ◦ blue 37

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

Shades of Blackcurrant #170525

Tints of Blackcurrant #170525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.69%

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

R = 35.38%
G = 7.69%
B = 56.92%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#170525 (or 0x170525) is known color: Blackcurrant. HEX triplet: 17, 05 and 25. RGB value is (23,5,37). Sum of RGB (Red+Green+Blue) = 23+5+37=65 (8% of max value = 765). Red value is 23 (9.38% from 255 or 35.38% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #170525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170525 is #E8FADA. Grayscale: #0D0D0D. Windows color (decimal): -15268571 or 2426135. OLE color: 2426135.

HSL color Cylindrical-coordinate representation of color #170525: hue angle of 273.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #170525 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 5 37 -
CMYK 0.38 0.86 0 0.85
HSL 273.75º 0.76% 0.08% -
HSV(B) 273.75º 0.86% 0.15% -
XYZ 0.74 0.42 1.79 -
YUV 14.03 140.96 134.4 -
System Red Green Blue C M Y K H S L
Decimal 23 5 37 0.38 0.86 0 0.85 273.75 0.76 0.08
Hex 17 5 25 26 56 0 55 112 4C 8
Octal 27 5 45 46 126 0 125 422 114 10
Binary 10111 101 100101 100110 1010110 0 1010101 100010010 1001100 1000

Color Harmonies of #170525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170525

Black with #170525

Text Example


Text Example

White with #170525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170525; }

 p { color: rgb(23,5,37); }

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

background-color css

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

 a { background-color: rgb(23,5,37); }

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

border-color css

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

 span { border-color: rgb(23,5,37); }

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