Html Css Color HEX #230928 Blackcurrant

📋 copy color: '#230928'

red 35 ◦ green 9 ◦ blue 40

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

Shades of Blackcurrant #230928

Tints of Blackcurrant #230928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 47.62%

R = 41.67%
G = 10.71%
B = 47.62%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230928 (or 0x230928) is known color: Blackcurrant. HEX triplet: 23, 09 and 28. RGB value is (35,9,40). Sum of RGB (Red+Green+Blue) = 35+9+40=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #230928 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230928 is #DCF6D7. Grayscale: #141414. Windows color (decimal): -14481112 or 2623779. OLE color: 2623779.

HSL color Cylindrical-coordinate representation of color #230928: hue angle of 290.32º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230928 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 9 40 -
CMYK 0.12 0.78 0 0.84
HSL 290.32º 0.63% 0.1% -
HSV(B) 290.32º 0.78% 0.16% -
XYZ 1.17 0.71 2.08 -
YUV 20.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 35 9 40 0.12 0.78 0 0.84 290.32 0.63 0.1
Hex 23 9 28 C 4E 0 54 122 3F A
Octal 43 11 50 14 116 0 124 442 77 12
Binary 100011 1001 101000 1100 1001110 0 1010100 100100010 111111 1010

Color Harmonies of #230928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230928

Black with #230928

Text Example


Text Example

White with #230928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230928; }

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

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

background-color css

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

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

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

border-color css

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

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

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