Html Css Color HEX #230E3D Blackcurrant

📋 copy color: '#230E3D'

red 35 ◦ green 14 ◦ blue 61

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

Shades of Blackcurrant #230E3D

Tints of Blackcurrant #230E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 55.45%

R = 31.82%
G = 12.73%
B = 55.45%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#230E3D (or 0x230E3D) is known color: Blackcurrant. HEX triplet: 23, 0E and 3D. RGB value is (35,14,61). Sum of RGB (Red+Green+Blue) = 35+14+61=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #230E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230E3D is #DCF1C2. Grayscale: #191919. Windows color (decimal): -14479811 or 4001315. OLE color: 4001315.

HSL color Cylindrical-coordinate representation of color #230E3D: hue angle of 266.81º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230E3D is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 14 61 -
CMYK 0.43 0.77 0 0.76
HSL 266.81º 0.63% 0.15% -
HSV(B) 266.81º 0.77% 0.24% -
XYZ 1.69 1.01 4.52 -
YUV 25.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 35 14 61 0.43 0.77 0 0.76 266.81 0.63 0.15
Hex 23 E 3D 2B 4D 0 4C 10B 3F F
Octal 43 16 75 53 115 0 114 413 77 17
Binary 100011 1110 111101 101011 1001101 0 1001100 100001011 111111 1111

Color Harmonies of #230E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E3D

Black with #230E3D

Text Example


Text Example

White with #230E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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