Html Css Color HEX #230615 Blackberry

📋 copy color: '#230615'

red 35 ◦ green 6 ◦ blue 21

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

Shades of Blackberry #230615

Tints of Blackberry #230615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.68%

 BLUE value IS 21 (8.59% from 255) = 33.87%

R = 56.45%
G = 9.68%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#230615 (or 0x230615) is known color: Blackberry. HEX triplet: 23, 06 and 15. RGB value is (35,6,21). Sum of RGB (Red+Green+Blue) = 35+6+21=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 21 (8.59% from 255 or 33.87% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230615 is #DCF9EA. Grayscale: #101010. Windows color (decimal): -14481899 or 1377827. OLE color: 1377827.

HSL color Cylindrical-coordinate representation of color #230615: hue angle of 328.97º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230615 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 6 21 -
CMYK 0 0.83 0.40 0.86
HSL 328.97º 0.71% 0.08% -
HSV(B) 328.97º 0.83% 0.14% -
XYZ 0.89 0.54 0.77 -
YUV 16.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 35 6 21 0 0.83 0.40 0.86 328.97 0.71 0.08
Hex 23 6 15 0 53 28 56 149 47 8
Octal 43 6 25 0 123 50 126 511 107 10
Binary 100011 110 10101 0 1010011 101000 1010110 101001001 1000111 1000

Color Harmonies of #230615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230615

Black with #230615

Text Example


Text Example

White with #230615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230615; }

 p { color: rgb(35,6,21); }

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

background-color css

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

 a { background-color: rgb(35,6,21); }

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

border-color css

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

 span { border-color: rgb(35,6,21); }

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