Html Css Color HEX #230D2E Blackcurrant

📋 copy color: '#230D2E'

red 35 ◦ green 13 ◦ blue 46

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

Shades of Blackcurrant #230D2E

Tints of Blackcurrant #230D2E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.83%

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

R = 37.23%
G = 13.83%
B = 48.94%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#230D2E (or 0x230D2E) is known color: Blackcurrant. HEX triplet: 23, 0D and 2E. RGB value is (35,13,46). Sum of RGB (Red+Green+Blue) = 35+13+46=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #230D2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D2E is #DCF2D1. Grayscale: #171717. Windows color (decimal): -14480082 or 3018019. OLE color: 3018019.

HSL color Cylindrical-coordinate representation of color #230D2E: hue angle of 280º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #230D2E is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 35 13 46 -
CMYK 0.24 0.72 0 0.82
HSL 280º 0.56% 0.12% -
HSV(B) 280º 0.72% 0.18% -
XYZ 1.33 0.84 2.68 -
YUV 23.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 35 13 46 0.24 0.72 0 0.82 280 0.56 0.12
Hex 23 D 2E 18 48 0 52 118 38 C
Octal 43 15 56 30 110 0 122 430 70 14
Binary 100011 1101 101110 11000 1001000 0 1010010 100011000 111000 1100

Color Harmonies of #230D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D2E

Black with #230D2E

Text Example


Text Example

White with #230D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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