Html Css Color HEX #23092F Blackcurrant

📋 copy color: '#23092F'

red 35 ◦ green 9 ◦ blue 47

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

Shades of Blackcurrant #23092F

Tints of Blackcurrant #23092F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 51.65%

R = 38.46%
G = 9.89%
B = 51.65%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#23092F (or 0x23092F) is known color: Blackcurrant. HEX triplet: 23, 09 and 2F. RGB value is (35,9,47). Sum of RGB (Red+Green+Blue) = 35+9+47=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #23092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23092F is #DCF6D0. Grayscale: #141414. Windows color (decimal): -14481105 or 3082531. OLE color: 3082531.

HSL color Cylindrical-coordinate representation of color #23092F: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23092F is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 9 47 -
CMYK 0.26 0.81 0 0.82
HSL 281.05º 0.68% 0.11% -
HSV(B) 281.05º 0.81% 0.18% -
XYZ 1.3 0.76 2.77 -
YUV 21.11 142.61 137.91 -
System Red Green Blue C M Y K H S L
Decimal 35 9 47 0.26 0.81 0 0.82 281.05 0.68 0.11
Hex 23 9 2F 1A 51 0 52 119 44 B
Octal 43 11 57 32 121 0 122 431 104 13
Binary 100011 1001 101111 11010 1010001 0 1010010 100011001 1000100 1011

Color Harmonies of #23092F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23092F

Black with #23092F

Text Example


Text Example

White with #23092F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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