Html Css Color HEX #23062E Blackcurrant

📋 copy color: '#23062E'

red 35 ◦ green 6 ◦ blue 46

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

Shades of Blackcurrant #23062E

Tints of Blackcurrant #23062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.9%

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

R = 40.23%
G = 6.9%
B = 52.87%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23062E (or 0x23062E) is known color: Blackcurrant. HEX triplet: 23, 06 and 2E. RGB value is (35,6,46). Sum of RGB (Red+Green+Blue) = 35+6+46=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #23062E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23062E is #DCF9D1. Grayscale: #131313. Windows color (decimal): -14481874 or 3016227. OLE color: 3016227.

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

Color convert

RGB 35 6 46 -
CMYK 0.24 0.87 0 0.82
HSL 283.5º 0.77% 0.1% -
HSV(B) 283.5º 0.87% 0.18% -
XYZ 1.25 0.68 2.65 -
YUV 19.23 143.11 139.25 -
System Red Green Blue C M Y K H S L
Decimal 35 6 46 0.24 0.87 0 0.82 283.5 0.77 0.1
Hex 23 6 2E 18 57 0 52 11C 4D A
Octal 43 6 56 30 127 0 122 434 115 12
Binary 100011 110 101110 11000 1010111 0 1010010 100011100 1001101 1010

Color Harmonies of #23062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23062E

Black with #23062E

Text Example


Text Example

White with #23062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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