Html Css Color HEX #230F2E Blackcurrant

📋 copy color: '#230F2E'

red 35 ◦ green 15 ◦ blue 46

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

Shades of Blackcurrant #230F2E

Tints of Blackcurrant #230F2E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.63%

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

R = 36.46%
G = 15.63%
B = 47.92%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#230F2E (or 0x230F2E) is known color: Blackcurrant. HEX triplet: 23, 0F and 2E. RGB value is (35,15,46). Sum of RGB (Red+Green+Blue) = 35+15+46=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 46 - color contains mainly: blue. Hex color #230F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230F2E is #DCF0D1. Grayscale: #181818. Windows color (decimal): -14479570 or 3018531. OLE color: 3018531.

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

Color convert

RGB 35 15 46 -
CMYK 0.24 0.67 0 0.82
HSL 278.71º 0.51% 0.12% -
HSV(B) 278.71º 0.67% 0.18% -
XYZ 1.36 0.9 2.69 -
YUV 24.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 35 15 46 0.24 0.67 0 0.82 278.71 0.51 0.12
Hex 23 F 2E 18 43 0 52 117 33 C
Octal 43 17 56 30 103 0 122 427 63 14
Binary 100011 1111 101110 11000 1000011 0 1010010 100010111 110011 1100

Color Harmonies of #230F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F2E

Black with #230F2E

Text Example


Text Example

White with #230F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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