Html Css Color HEX #23152F Blackcurrant

📋 copy color: '#23152F'

red 35 ◦ green 21 ◦ blue 47

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

Shades of Blackcurrant #23152F

Tints of Blackcurrant #23152F

RGB

 RED value IS 35 (14.06% from 255) = 33.98%

 GREEN value IS 21 (8.59% from 255) = 20.39%

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

R = 33.98%
G = 20.39%
B = 45.63%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23152F (or 0x23152F) is known color: Blackcurrant. HEX triplet: 23, 15 and 2F. RGB value is (35,21,47). Sum of RGB (Red+Green+Blue) = 35+21+47=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #23152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23152F is #DCEAD0. Grayscale: #1C1C1C. Windows color (decimal): -14478033 or 3085603. OLE color: 3085603.

HSL color Cylindrical-coordinate representation of color #23152F: hue angle of 272.31º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23152F is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 21 47 -
CMYK 0.26 0.55 0 0.82
HSL 272.31º 0.38% 0.13% -
HSV(B) 272.31º 0.55% 0.18% -
XYZ 1.47 1.1 2.82 -
YUV 28.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 35 21 47 0.26 0.55 0 0.82 272.31 0.38 0.13
Hex 23 15 2F 1A 37 0 52 110 26 D
Octal 43 25 57 32 67 0 122 420 46 15
Binary 100011 10101 101111 11010 110111 0 1010010 100010000 100110 1101

Color Harmonies of #23152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23152F

Black with #23152F

Text Example


Text Example

White with #23152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,21,47); }

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

background-color css

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

 a { background-color: rgb(35,21,47); }

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

border-color css

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

 span { border-color: rgb(35,21,47); }

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