Html Css Color HEX #23032F Blackcurrant

📋 copy color: '#23032F'

red 35 ◦ green 3 ◦ blue 47

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

Shades of Blackcurrant #23032F

Tints of Blackcurrant #23032F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.53%

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

R = 41.18%
G = 3.53%
B = 55.29%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23032F (or 0x23032F) is known color: Blackcurrant. HEX triplet: 23, 03 and 2F. RGB value is (35,3,47). Sum of RGB (Red+Green+Blue) = 35+3+47=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #23032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23032F is #DCFCD0. Grayscale: #111111. Windows color (decimal): -14482641 or 3080995. OLE color: 3080995.

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

Color convert

RGB 35 3 47 -
CMYK 0.26 0.94 0 0.82
HSL 283.64º 0.88% 0.1% -
HSV(B) 283.64º 0.94% 0.18% -
XYZ 1.24 0.63 2.75 -
YUV 17.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 35 3 47 0.26 0.94 0 0.82 283.64 0.88 0.1
Hex 23 3 2F 1A 5E 0 52 11C 58 A
Octal 43 3 57 32 136 0 122 434 130 12
Binary 100011 11 101111 11010 1011110 0 1010010 100011100 1011000 1010

Color Harmonies of #23032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23032F

Black with #23032F

Text Example


Text Example

White with #23032F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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