Html Css Color HEX #23053A Blackcurrant

📋 copy color: '#23053A'

red 35 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #23053A

Tints of Blackcurrant #23053A

RGB

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

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

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

R = 35.71%
G = 5.1%
B = 59.18%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#23053A (or 0x23053A) is known color: Blackcurrant. HEX triplet: 23, 05 and 3A. RGB value is (35,5,58). Sum of RGB (Red+Green+Blue) = 35+5+58=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #23053A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23053A is #DCFAC5. Grayscale: #131313. Windows color (decimal): -14482118 or 3802403. OLE color: 3802403.

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

Color convert

RGB 35 5 58 -
CMYK 0.40 0.91 0 0.77
HSL 273.96º 0.84% 0.12% -
HSV(B) 273.96º 0.91% 0.23% -
XYZ 1.51 0.77 4.07 -
YUV 20.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 35 5 58 0.40 0.91 0 0.77 273.96 0.84 0.12
Hex 23 5 3A 28 5B 0 4D 112 54 C
Octal 43 5 72 50 133 0 115 422 124 14
Binary 100011 101 111010 101000 1011011 0 1001101 100010010 1010100 1100

Color Harmonies of #23053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23053A

Black with #23053A

Text Example


Text Example

White with #23053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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