Html Css Color HEX #23013A Blackcurrant

📋 copy color: '#23013A'

red 35 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #23013A

Tints of Blackcurrant #23013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

 BLUE value IS 58 (23.05% from 255) = 61.7%

R = 37.23%
G = 1.06%
B = 61.7%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23013A (or 0x23013A) is known color: Blackcurrant. HEX triplet: 23, 01 and 3A. RGB value is (35,1,58). Sum of RGB (Red+Green+Blue) = 35+1+58=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #23013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23013A is #DCFEC5. Grayscale: #111111. Windows color (decimal): -14483142 or 3801379. OLE color: 3801379.

HSL color Cylindrical-coordinate representation of color #23013A: hue angle of 275.79º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #23013A is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 35 1 58 -
CMYK 0.40 0.98 0 0.77
HSL 275.79º 0.97% 0.12% -
HSV(B) 275.79º 0.98% 0.23% -
XYZ 1.47 0.68 4.06 -
YUV 17.66 150.76 140.37 -
System Red Green Blue C M Y K H S L
Decimal 35 1 58 0.40 0.98 0 0.77 275.79 0.97 0.12
Hex 23 1 3A 28 62 0 4D 114 61 C
Octal 43 1 72 50 142 0 115 424 141 14
Binary 100011 1 111010 101000 1100010 0 1001101 100010100 1100001 1100

Color Harmonies of #23013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23013A

Black with #23013A

Text Example


Text Example

White with #23013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23013A; }

 p { color: rgb(35,1,58); }

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

background-color css

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

 a { background-color: rgb(35,1,58); }

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

border-color css

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

 span { border-color: rgb(35,1,58); }

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