Html Css Color HEX #23043B Blackcurrant

📋 copy color: '#23043B'

red 35 ◦ green 4 ◦ blue 59

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

Shades of Blackcurrant #23043B

Tints of Blackcurrant #23043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.08%

 BLUE value IS 59 (23.44% from 255) = 60.2%

R = 35.71%
G = 4.08%
B = 60.2%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23043B (or 0x23043B) is known color: Blackcurrant. HEX triplet: 23, 04 and 3B. RGB value is (35,4,59). Sum of RGB (Red+Green+Blue) = 35+4+59=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #23043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23043B is #DCFBC4. Grayscale: #131313. Windows color (decimal): -14482373 or 3867683. OLE color: 3867683.

HSL color Cylindrical-coordinate representation of color #23043B: hue angle of 273.82º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23043B is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 4 59 -
CMYK 0.41 0.93 0 0.77
HSL 273.82º 0.87% 0.12% -
HSV(B) 273.82º 0.93% 0.23% -
XYZ 1.53 0.76 4.2 -
YUV 19.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 35 4 59 0.41 0.93 0 0.77 273.82 0.87 0.12
Hex 23 4 3B 29 5D 0 4D 112 57 C
Octal 43 4 73 51 135 0 115 422 127 14
Binary 100011 100 111011 101001 1011101 0 1001101 100010010 1010111 1100

Color Harmonies of #23043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23043B

Black with #23043B

Text Example


Text Example

White with #23043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23043B; }

 p { color: rgb(35,4,59); }

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

background-color css

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

 a { background-color: rgb(35,4,59); }

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

border-color css

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

 span { border-color: rgb(35,4,59); }

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