Html Css Color HEX #230E2A Blackcurrant

📋 copy color: '#230E2A'

red 35 ◦ green 14 ◦ blue 42

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

Shades of Blackcurrant #230E2A

Tints of Blackcurrant #230E2A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.38%

 BLUE value IS 42 (16.8% from 255) = 46.15%

R = 38.46%
G = 15.38%
B = 46.15%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#230E2A (or 0x230E2A) is known color: Blackcurrant. HEX triplet: 23, 0E and 2A. RGB value is (35,14,42). Sum of RGB (Red+Green+Blue) = 35+14+42=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #230E2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E2A is #DCF1D5. Grayscale: #171717. Windows color (decimal): -14479830 or 2756131. OLE color: 2756131.

HSL color Cylindrical-coordinate representation of color #230E2A: hue angle of 285º degrees, saturation: 0.5, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #230E2A is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 14 42 -
CMYK 0.17 0.67 0 0.84
HSL 285º 0.5% 0.11% -
HSV(B) 285º 0.67% 0.16% -
XYZ 1.27 0.84 2.29 -
YUV 23.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 35 14 42 0.17 0.67 0 0.84 285 0.5 0.11
Hex 23 E 2A 11 43 0 54 11D 32 B
Octal 43 16 52 21 103 0 124 435 62 13
Binary 100011 1110 101010 10001 1000011 0 1010100 100011101 110010 1011

Color Harmonies of #230E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E2A

Black with #230E2A

Text Example


Text Example

White with #230E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,14,42); }

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

background-color css

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

 a { background-color: rgb(35,14,42); }

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

border-color css

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

 span { border-color: rgb(35,14,42); }

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