Html Css Color HEX #230E40 Blackcurrant

📋 copy color: '#230E40'

red 35 ◦ green 14 ◦ blue 64

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

Shades of Blackcurrant #230E40

Tints of Blackcurrant #230E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 56.64%

R = 30.97%
G = 12.39%
B = 56.64%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230E40 (or 0x230E40) is known color: Blackcurrant. HEX triplet: 23, 0E and 40. RGB value is (35,14,64). Sum of RGB (Red+Green+Blue) = 35+14+64=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #230E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E40 is #DCF1BF. Grayscale: #191919. Windows color (decimal): -14479808 or 4197923. OLE color: 4197923.

HSL color Cylindrical-coordinate representation of color #230E40: hue angle of 265.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #230E40 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 14 64 -
CMYK 0.45 0.78 0 0.75
HSL 265.2º 0.64% 0.15% -
HSV(B) 265.2º 0.78% 0.25% -
XYZ 1.78 1.04 4.96 -
YUV 25.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 35 14 64 0.45 0.78 0 0.75 265.2 0.64 0.15
Hex 23 E 40 2D 4E 0 4B 109 40 F
Octal 43 16 100 55 116 0 113 411 100 17
Binary 100011 1110 1000000 101101 1001110 0 1001011 100001001 1000000 1111

Color Harmonies of #230E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E40

Black with #230E40

Text Example


Text Example

White with #230E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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