Html Css Color HEX #23052E Blackcurrant

📋 copy color: '#23052E'

red 35 ◦ green 5 ◦ blue 46

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

Shades of Blackcurrant #23052E

Tints of Blackcurrant #23052E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 53.49%

R = 40.7%
G = 5.81%
B = 53.49%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23052E (or 0x23052E) is known color: Blackcurrant. HEX triplet: 23, 05 and 2E. RGB value is (35,5,46). Sum of RGB (Red+Green+Blue) = 35+5+46=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 46 (18.36% from 255 or 53.49% from 86); Max value from RGB is 46 - color contains mainly: blue. Hex color #23052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23052E is #DCFAD1. Grayscale: #121212. Windows color (decimal): -14482130 or 3015971. OLE color: 3015971.

HSL color Cylindrical-coordinate representation of color #23052E: hue angle of 283.9º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23052E is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 5 46 -
CMYK 0.24 0.89 0 0.82
HSL 283.9º 0.8% 0.1% -
HSV(B) 283.9º 0.89% 0.18% -
XYZ 1.24 0.66 2.65 -
YUV 18.64 143.44 139.67 -
System Red Green Blue C M Y K H S L
Decimal 35 5 46 0.24 0.89 0 0.82 283.9 0.8 0.1
Hex 23 5 2E 18 59 0 52 11C 50 A
Octal 43 5 56 30 131 0 122 434 120 12
Binary 100011 101 101110 11000 1011001 0 1010010 100011100 1010000 1010

Color Harmonies of #23052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23052E

Black with #23052E

Text Example


Text Example

White with #23052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23052E; }

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

 H1.HeaderClassName
 {
   color: #23052E;
 }
 .AnyTagClassName
 {
   color: #23052E;
 }
</style>

background-color css

<style>
 a { background-color: #23052E; }

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

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

border-color css

<style>
 span { border-color: #23052E; }

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

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