Html Css Color HEX #23092E Blackcurrant

📋 copy color: '#23092E'

red 35 ◦ green 9 ◦ blue 46

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

Shades of Blackcurrant #23092E

Tints of Blackcurrant #23092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10%

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

R = 38.89%
G = 10%
B = 51.11%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23092E (or 0x23092E) is known color: Blackcurrant. HEX triplet: 23, 09 and 2E. RGB value is (35,9,46). Sum of RGB (Red+Green+Blue) = 35+9+46=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #23092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092E is #DCF6D1. Grayscale: #141414. Windows color (decimal): -14481106 or 3016995. OLE color: 3016995.

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

Color convert

RGB 35 9 46 -
CMYK 0.24 0.80 0 0.82
HSL 282.16º 0.67% 0.11% -
HSV(B) 282.16º 0.8% 0.18% -
XYZ 1.28 0.75 2.66 -
YUV 20.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 35 9 46 0.24 0.80 0 0.82 282.16 0.67 0.11
Hex 23 9 2E 18 50 0 52 11A 43 B
Octal 43 11 56 30 120 0 122 432 103 13
Binary 100011 1001 101110 11000 1010000 0 1010010 100011010 1000011 1011

Color Harmonies of #23092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23092E

Black with #23092E

Text Example


Text Example

White with #23092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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