Html Css Color HEX #23092B Blackcurrant

📋 copy color: '#23092B'

red 35 ◦ green 9 ◦ blue 43

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

Shades of Blackcurrant #23092B

Tints of Blackcurrant #23092B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 49.43%

R = 40.23%
G = 10.34%
B = 49.43%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#23092B (or 0x23092B) is known color: Blackcurrant. HEX triplet: 23, 09 and 2B. RGB value is (35,9,43). Sum of RGB (Red+Green+Blue) = 35+9+43=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #23092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092B is #DCF6D4. Grayscale: #141414. Windows color (decimal): -14481109 or 2820387. OLE color: 2820387.

HSL color Cylindrical-coordinate representation of color #23092B: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23092B is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 9 43 -
CMYK 0.19 0.79 0 0.83
HSL 285.88º 0.65% 0.1% -
HSV(B) 285.88º 0.79% 0.17% -
XYZ 1.23 0.73 2.36 -
YUV 20.65 140.61 138.24 -
System Red Green Blue C M Y K H S L
Decimal 35 9 43 0.19 0.79 0 0.83 285.88 0.65 0.1
Hex 23 9 2B 13 4F 0 53 11E 41 A
Octal 43 11 53 23 117 0 123 436 101 12
Binary 100011 1001 101011 10011 1001111 0 1010011 100011110 1000001 1010

Color Harmonies of #23092B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23092B

Black with #23092B

Text Example


Text Example

White with #23092B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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